Html Css Color HEX #A12BB5 Dark Orchid

📋 copy color: '#A12BB5'

red 161 ◦ green 43 ◦ blue 181

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

Shades of Dark Orchid #A12BB5

Tints of Dark Orchid #A12BB5

RGB

 RED value IS 161 (63.28% from 255) = 41.82%

 GREEN value IS 43 (17.19% from 255) = 11.17%

 BLUE value IS 181 (71.09% from 255) = 47.01%

R = 41.82%
G = 11.17%
B = 47.01%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A12BB5 (or 0xA12BB5) is known color: Dark Orchid. HEX triplet: A1, 2B and B5. RGB value is (161,43,181). Sum of RGB (Red+Green+Blue) = 161+43+181=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 181 (71.09% from 255 or 47.01% from 385); Max value from RGB is 181 - color contains mainly: blue. Hex color #A12BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12BB5 is #5ED44A. Grayscale: #5D5D5D. Windows color (decimal): -6214731 or 11873185. OLE color: 11873185.

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

Color convert

RGB 161 43 181 -
CMYK 0.11 0.76 0 0.29
HSL 291.3º 0.62% 0.44% -
HSV(B) 291.3º 0.76% 0.71% -
XYZ 23.9 12.64 44.9 -
YUV 94.01 177.09 175.78 -
System Red Green Blue C M Y K H S L
Decimal 161 43 181 0.11 0.76 0 0.29 291.3 0.62 0.44
Hex A1 2B B5 B 4C 0 1D 123 3E 2C
Octal 241 53 265 13 114 0 35 443 76 54
Binary 10100001 101011 10110101 1011 1001100 0 11101 100100011 111110 101100

Color Harmonies of #A12BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12BB5

Black with #A12BB5

Text Example


Text Example

White with #A12BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12BB5; }

 p { color: rgb(161,43,181); }

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

background-color css

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

 a { background-color: rgb(161,43,181); }

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

border-color css

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

 span { border-color: rgb(161,43,181); }

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