Html Css Color HEX #A12AB5 Dark Orchid

📋 copy color: '#A12AB5'

red 161 ◦ green 42 ◦ blue 181

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

Shades of Dark Orchid #A12AB5

Tints of Dark Orchid #A12AB5

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.94%

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

R = 41.93%
G = 10.94%
B = 47.14%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A12AB5 (or 0xA12AB5) is known color: Dark Orchid. HEX triplet: A1, 2A and B5. RGB value is (161,42,181). Sum of RGB (Red+Green+Blue) = 161+42+181=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 181 (71.09% from 255 or 47.14% from 384); Max value from RGB is 181 - color contains mainly: blue. Hex color #A12AB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12AB5 is #5ED54A. Grayscale: #5C5C5C. Windows color (decimal): -6214987 or 11872929. OLE color: 11872929.

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

Color convert

RGB 161 42 181 -
CMYK 0.11 0.77 0 0.29
HSL 291.37º 0.62% 0.44% -
HSV(B) 291.37º 0.77% 0.71% -
XYZ 23.87 12.57 44.88 -
YUV 93.43 177.42 176.2 -
System Red Green Blue C M Y K H S L
Decimal 161 42 181 0.11 0.77 0 0.29 291.37 0.62 0.44
Hex A1 2A B5 B 4D 0 1D 123 3E 2C
Octal 241 52 265 13 115 0 35 443 76 54
Binary 10100001 101010 10110101 1011 1001101 0 11101 100100011 111110 101100

Color Harmonies of #A12AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12AB5

Black with #A12AB5

Text Example


Text Example

White with #A12AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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