Html Css Color HEX #A12ABB Dark Orchid

📋 copy color: '#A12ABB'

red 161 ◦ green 42 ◦ blue 187

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

Shades of Dark Orchid #A12ABB

Tints of Dark Orchid #A12ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.95%

R = 41.28%
G = 10.77%
B = 47.95%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A12ABB (or 0xA12ABB) is known color: Dark Orchid. HEX triplet: A1, 2A and BB. RGB value is (161,42,187). Sum of RGB (Red+Green+Blue) = 161+42+187=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #A12ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12ABB is #5ED544. Grayscale: #5D5D5D. Windows color (decimal): -6214981 or 12266145. OLE color: 12266145.

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

Color convert

RGB 161 42 187 -
CMYK 0.14 0.78 0 0.27
HSL 289.24º 0.63% 0.45% -
HSV(B) 289.24º 0.78% 0.73% -
XYZ 24.5 12.82 48.2 -
YUV 94.11 180.42 175.71 -
System Red Green Blue C M Y K H S L
Decimal 161 42 187 0.14 0.78 0 0.27 289.24 0.63 0.45
Hex A1 2A BB E 4E 0 1B 121 3F 2D
Octal 241 52 273 16 116 0 33 441 77 55
Binary 10100001 101010 10111011 1110 1001110 0 11011 100100001 111111 101101

Color Harmonies of #A12ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12ABB

Black with #A12ABB

Text Example


Text Example

White with #A12ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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