Html Css Color HEX #A12BAC Dark Orchid

📋 copy color: '#A12BAC'

red 161 ◦ green 43 ◦ blue 172

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

Shades of Dark Orchid #A12BAC

Tints of Dark Orchid #A12BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.44%

 BLUE value IS 172 (67.58% from 255) = 45.74%

R = 42.82%
G = 11.44%
B = 45.74%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A12BAC (or 0xA12BAC) is known color: Dark Orchid. HEX triplet: A1, 2B and AC. RGB value is (161,43,172). Sum of RGB (Red+Green+Blue) = 161+43+172=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #A12BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12BAC is #5ED453. Grayscale: #5C5C5C. Windows color (decimal): -6214740 or 11283361. OLE color: 11283361.

HSL color Cylindrical-coordinate representation of color #A12BAC: hue angle of 294.88º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12BAC is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 43 172 -
CMYK 0.06 0.75 0 0.33
HSL 294.88º 0.6% 0.42% -
HSV(B) 294.88º 0.75% 0.67% -
XYZ 23.01 12.28 40.19 -
YUV 92.99 172.59 176.51 -
System Red Green Blue C M Y K H S L
Decimal 161 43 172 0.06 0.75 0 0.33 294.88 0.6 0.42
Hex A1 2B AC 6 4B 0 21 127 3C 2A
Octal 241 53 254 6 113 0 41 447 74 52
Binary 10100001 101011 10101100 110 1001011 0 100001 100100111 111100 101010

Color Harmonies of #A12BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12BAC

Black with #A12BAC

Text Example


Text Example

White with #A12BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12BAC; }

 p { color: rgb(161,43,172); }

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

background-color css

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

 a { background-color: rgb(161,43,172); }

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

border-color css

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

 span { border-color: rgb(161,43,172); }

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