Html Css Color HEX #A12ABD Dark Orchid

📋 copy color: '#A12ABD'

red 161 ◦ green 42 ◦ blue 189

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

Shades of Dark Orchid #A12ABD

Tints of Dark Orchid #A12ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.21%

R = 41.07%
G = 10.71%
B = 48.21%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A12ABD (or 0xA12ABD) is known color: Dark Orchid. HEX triplet: A1, 2A and BD. RGB value is (161,42,189). Sum of RGB (Red+Green+Blue) = 161+42+189=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #A12ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12ABD is #5ED542. Grayscale: #5D5D5D. Windows color (decimal): -6214979 or 12397217. OLE color: 12397217.

HSL color Cylindrical-coordinate representation of color #A12ABD: hue angle of 288.57º degrees, saturation: 0.64, 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 #A12ABD is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 42 189 -
CMYK 0.15 0.78 0 0.26
HSL 288.57º 0.64% 0.45% -
HSV(B) 288.57º 0.78% 0.74% -
XYZ 24.71 12.91 49.33 -
YUV 94.34 181.42 175.55 -
System Red Green Blue C M Y K H S L
Decimal 161 42 189 0.15 0.78 0 0.26 288.57 0.64 0.45
Hex A1 2A BD F 4E 0 1A 121 40 2D
Octal 241 52 275 17 116 0 32 441 100 55
Binary 10100001 101010 10111101 1111 1001110 0 11010 100100001 1000000 101101

Color Harmonies of #A12ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12ABD

Black with #A12ABD

Text Example


Text Example

White with #A12ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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