Html Css Color HEX #A228B6 Dark Orchid

📋 copy color: '#A228B6'

red 162 ◦ green 40 ◦ blue 182

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

Shades of Dark Orchid #A228B6

Tints of Dark Orchid #A228B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 47.4%

R = 42.19%
G = 10.42%
B = 47.4%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A228B6 (or 0xA228B6) is known color: Dark Orchid. HEX triplet: A2, 28 and B6. RGB value is (162,40,182). Sum of RGB (Red+Green+Blue) = 162+40+182=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 182 (71.48% from 255 or 47.40% from 384); Max value from RGB is 182 - color contains mainly: blue. Hex color #A228B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A228B6 is #5DD749. Grayscale: #5C5C5C. Windows color (decimal): -6149962 or 11937954. OLE color: 11937954.

HSL color Cylindrical-coordinate representation of color #A228B6: hue angle of 291.55º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A228B6 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 40 182 -
CMYK 0.11 0.78 0 0.29
HSL 291.55º 0.64% 0.44% -
HSV(B) 291.55º 0.78% 0.71% -
XYZ 24.1 12.58 45.41 -
YUV 92.67 178.42 177.45 -
System Red Green Blue C M Y K H S L
Decimal 162 40 182 0.11 0.78 0 0.29 291.55 0.64 0.44
Hex A2 28 B6 B 4E 0 1D 124 40 2C
Octal 242 50 266 13 116 0 35 444 100 54
Binary 10100010 101000 10110110 1011 1001110 0 11101 100100100 1000000 101100

Color Harmonies of #A228B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A228B6

Black with #A228B6

Text Example


Text Example

White with #A228B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A228B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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