Html Css Color HEX #A12DAF Dark Orchid

📋 copy color: '#A12DAF'

red 161 ◦ green 45 ◦ blue 175

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

Shades of Dark Orchid #A12DAF

Tints of Dark Orchid #A12DAF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.81%

 BLUE value IS 175 (68.75% from 255) = 45.93%

R = 42.26%
G = 11.81%
B = 45.93%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A12DAF (or 0xA12DAF) is known color: Dark Orchid. HEX triplet: A1, 2D and AF. RGB value is (161,45,175). Sum of RGB (Red+Green+Blue) = 161+45+175=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #A12DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12DAF is #5ED250. Grayscale: #5E5E5E. Windows color (decimal): -6214225 or 11480481. OLE color: 11480481.

HSL color Cylindrical-coordinate representation of color #A12DAF: hue angle of 293.54º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A12DAF is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 45 175 -
CMYK 0.08 0.74 0 0.31
HSL 293.54º 0.59% 0.43% -
HSV(B) 293.54º 0.74% 0.69% -
XYZ 23.37 12.55 41.75 -
YUV 94.5 173.43 175.43 -
System Red Green Blue C M Y K H S L
Decimal 161 45 175 0.08 0.74 0 0.31 293.54 0.59 0.43
Hex A1 2D AF 8 4A 0 1F 126 3B 2B
Octal 241 55 257 10 112 0 37 446 73 53
Binary 10100001 101101 10101111 1000 1001010 0 11111 100100110 111011 101011

Color Harmonies of #A12DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12DAF

Black with #A12DAF

Text Example


Text Example

White with #A12DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12DAF; }

 p { color: rgb(161,45,175); }

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

background-color css

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

 a { background-color: rgb(161,45,175); }

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

border-color css

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

 span { border-color: rgb(161,45,175); }

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