Html Css Color HEX #A12AAE Dark Orchid

📋 copy color: '#A12AAE'

red 161 ◦ green 42 ◦ blue 174

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

Shades of Dark Orchid #A12AAE

Tints of Dark Orchid #A12AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.15%

R = 42.71%
G = 11.14%
B = 46.15%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A12AAE (or 0xA12AAE) is known color: Dark Orchid. HEX triplet: A1, 2A and AE. RGB value is (161,42,174). Sum of RGB (Red+Green+Blue) = 161+42+174=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #A12AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12AAE is #5ED551. Grayscale: #5C5C5C. Windows color (decimal): -6214994 or 11414177. OLE color: 11414177.

HSL color Cylindrical-coordinate representation of color #A12AAE: hue angle of 294.09º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12AAE is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 42 174 -
CMYK 0.07 0.76 0 0.32
HSL 294.09º 0.61% 0.42% -
HSV(B) 294.09º 0.76% 0.68% -
XYZ 23.17 12.29 41.2 -
YUV 92.63 173.92 176.77 -
System Red Green Blue C M Y K H S L
Decimal 161 42 174 0.07 0.76 0 0.32 294.09 0.61 0.42
Hex A1 2A AE 7 4C 0 20 126 3D 2A
Octal 241 52 256 7 114 0 40 446 75 52
Binary 10100001 101010 10101110 111 1001100 0 100000 100100110 111101 101010

Color Harmonies of #A12AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12AAE

Black with #A12AAE

Text Example


Text Example

White with #A12AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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