Html Css Color HEX #A12ABC Dark Orchid

📋 copy color: '#A12ABC'

red 161 ◦ green 42 ◦ blue 188

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

Shades of Dark Orchid #A12ABC

Tints of Dark Orchid #A12ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.08%

R = 41.18%
G = 10.74%
B = 48.08%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A12ABC (or 0xA12ABC) is known color: Dark Orchid. HEX triplet: A1, 2A and BC. RGB value is (161,42,188). Sum of RGB (Red+Green+Blue) = 161+42+188=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #A12ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12ABC is #5ED543. Grayscale: #5D5D5D. Windows color (decimal): -6214980 or 12331681. OLE color: 12331681.

HSL color Cylindrical-coordinate representation of color #A12ABC: hue angle of 288.9º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A12ABC is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 42 188 -
CMYK 0.14 0.78 0 0.26
HSL 288.9º 0.63% 0.45% -
HSV(B) 288.9º 0.78% 0.74% -
XYZ 24.6 12.86 48.76 -
YUV 94.23 180.92 175.63 -
System Red Green Blue C M Y K H S L
Decimal 161 42 188 0.14 0.78 0 0.26 288.9 0.63 0.45
Hex A1 2A BC E 4E 0 1A 121 3F 2D
Octal 241 52 274 16 116 0 32 441 77 55
Binary 10100001 101010 10111100 1110 1001110 0 11010 100100001 111111 101101

Color Harmonies of #A12ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12ABC

Black with #A12ABC

Text Example


Text Example

White with #A12ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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