Html Css Color HEX #A12BAB Dark Orchid

📋 copy color: '#A12BAB'

red 161 ◦ green 43 ◦ blue 171

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

Shades of Dark Orchid #A12BAB

Tints of Dark Orchid #A12BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 42.93%
G = 11.47%
B = 45.6%

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

#A12BAB (or 0xA12BAB) is known color: Dark Orchid. HEX triplet: A1, 2B and AB. RGB value is (161,43,171). Sum of RGB (Red+Green+Blue) = 161+43+171=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #A12BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12BAB is #5ED454. Grayscale: #5C5C5C. Windows color (decimal): -6214741 or 11217825. OLE color: 11217825.

HSL color Cylindrical-coordinate representation of color #A12BAB: hue angle of 295.31º 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 #A12BAB is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 43 171 -
CMYK 0.06 0.75 0 0.33
HSL 295.31º 0.6% 0.42% -
HSV(B) 295.31º 0.75% 0.67% -
XYZ 22.91 12.25 39.68 -
YUV 92.87 172.09 176.59 -
System Red Green Blue C M Y K H S L
Decimal 161 43 171 0.06 0.75 0 0.33 295.31 0.6 0.42
Hex A1 2B AB 6 4B 0 21 127 3C 2A
Octal 241 53 253 6 113 0 41 447 74 52
Binary 10100001 101011 10101011 110 1001011 0 100001 100100111 111100 101010

Color Harmonies of #A12BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12BAB

Black with #A12BAB

Text Example


Text Example

White with #A12BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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