Html Css Color HEX #A228CF Dark Orchid

📋 copy color: '#A228CF'

red 162 ◦ green 40 ◦ blue 207

#A228CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A228CF

Tints of Dark Orchid #A228CF

RGB

 RED value IS 162 (63.67% from 255) = 39.61%

 GREEN value IS 40 (16.02% from 255) = 9.78%

 BLUE value IS 207 (81.25% from 255) = 50.61%

R = 39.61%
G = 9.78%
B = 50.61%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A228CF (or 0xA228CF) is known color: Dark Orchid. HEX triplet: A2, 28 and CF. RGB value is (162,40,207). Sum of RGB (Red+Green+Blue) = 162+40+207=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #A228CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A228CF is #5DD730. Grayscale: #5E5E5E. Windows color (decimal): -6149937 or 13576354. OLE color: 13576354.

HSL color Cylindrical-coordinate representation of color #A228CF: hue angle of 283.83º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A228CF is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 40 207 -
CMYK 0.22 0.81 0 0.19
HSL 283.83º 0.68% 0.48% -
HSV(B) 283.83º 0.81% 0.81% -
XYZ 26.92 13.7 60.26 -
YUV 95.52 190.92 175.42 -
System Red Green Blue C M Y K H S L
Decimal 162 40 207 0.22 0.81 0 0.19 283.83 0.68 0.48
Hex A2 28 CF 16 51 0 13 11C 44 30
Octal 242 50 317 26 121 0 23 434 104 60
Binary 10100010 101000 11001111 10110 1010001 0 10011 100011100 1000100 110000

Color Harmonies of #A228CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A228CF

Black with #A228CF

Text Example


Text Example

White with #A228CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A228CF; }

 p { color: rgb(162,40,207); }

 H1.HeaderClassName
 {
   color: #A228CF;
 }
 .AnyTagClassName
 {
   color: #A228CF;
 }
</style>

background-color css

<style>
 a { background-color: #A228CF; }

 a { background-color: rgb(162,40,207); }

 div.DivClassName
 {
   background-color: #A228CF;
 }
 .BgClassName
 {
   background-color: #A228CF;
 }
</style>

border-color css

<style>
 span { border-color: #A228CF; }

 span { border-color: rgb(162,40,207); }

 td.TdClassName
 {
   border-color: #A228CF;
 }
 .TagClassName
 {
   border-color: #A228CF;
 }
</style>