Html Css Color HEX #A12BAA Dark Orchid

📋 copy color: '#A12BAA'

red 161 ◦ green 43 ◦ blue 170

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

Shades of Dark Orchid #A12BAA

Tints of Dark Orchid #A12BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.45%

R = 43.05%
G = 11.5%
B = 45.45%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A12BAA (or 0xA12BAA) is known color: Dark Orchid. HEX triplet: A1, 2B and AA. RGB value is (161,43,170). Sum of RGB (Red+Green+Blue) = 161+43+170=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 43 (17.19% from 255 or 11.50% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #A12BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12BAA is #5ED455. Grayscale: #5C5C5C. Windows color (decimal): -6214742 or 11152289. OLE color: 11152289.

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

Color convert

RGB 161 43 170 -
CMYK 0.05 0.75 0 0.33
HSL 295.75º 0.6% 0.42% -
HSV(B) 295.75º 0.75% 0.67% -
XYZ 22.82 12.21 39.18 -
YUV 92.76 171.59 176.67 -
System Red Green Blue C M Y K H S L
Decimal 161 43 170 0.05 0.75 0 0.33 295.75 0.6 0.42
Hex A1 2B AA 5 4B 0 21 128 3C 2A
Octal 241 53 252 5 113 0 41 450 74 52
Binary 10100001 101011 10101010 101 1001011 0 100001 100101000 111100 101010

Color Harmonies of #A12BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12BAA

Black with #A12BAA

Text Example


Text Example

White with #A12BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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