Html Css Color HEX #A228AB Dark Orchid

📋 copy color: '#A228AB'

red 162 ◦ green 40 ◦ blue 171

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

Shades of Dark Orchid #A228AB

Tints of Dark Orchid #A228AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.84%

R = 43.43%
G = 10.72%
B = 45.84%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A228AB (or 0xA228AB) is known color: Dark Orchid. HEX triplet: A2, 28 and AB. RGB value is (162,40,171). Sum of RGB (Red+Green+Blue) = 162+40+171=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #A228AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A228AB is #5DD754. Grayscale: #5B5B5B. Windows color (decimal): -6149973 or 11217058. OLE color: 11217058.

HSL color Cylindrical-coordinate representation of color #A228AB: hue angle of 295.88º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A228AB is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 40 171 -
CMYK 0.05 0.77 0 0.33
HSL 295.88º 0.62% 0.41% -
HSV(B) 295.88º 0.77% 0.67% -
XYZ 23.01 12.14 39.66 -
YUV 91.41 172.92 178.35 -
System Red Green Blue C M Y K H S L
Decimal 162 40 171 0.05 0.77 0 0.33 295.88 0.62 0.41
Hex A2 28 AB 5 4D 0 21 128 3E 29
Octal 242 50 253 5 115 0 41 450 76 51
Binary 10100010 101000 10101011 101 1001101 0 100001 100101000 111110 101001

Color Harmonies of #A228AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A228AB

Black with #A228AB

Text Example


Text Example

White with #A228AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A228AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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