Html Css Color HEX #A12ADF Dark Orchid

📋 copy color: '#A12ADF'

red 161 ◦ green 42 ◦ blue 223

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

Shades of Dark Orchid #A12ADF

Tints of Dark Orchid #A12ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.35%

R = 37.79%
G = 9.86%
B = 52.35%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A12ADF (or 0xA12ADF) is known color: Dark Orchid. HEX triplet: A1, 2A and DF. RGB value is (161,42,223). Sum of RGB (Red+Green+Blue) = 161+42+223=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #A12ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12ADF is #5ED520. Grayscale: #616161. Windows color (decimal): -6214945 or 14625441. OLE color: 14625441.

HSL color Cylindrical-coordinate representation of color #A12ADF: hue angle of 279.45º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A12ADF is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 42 223 -
CMYK 0.28 0.81 0 0.13
HSL 279.45º 0.74% 0.52% -
HSV(B) 279.45º 0.81% 0.87% -
XYZ 28.85 14.56 71.1 -
YUV 98.22 198.42 172.78 -
System Red Green Blue C M Y K H S L
Decimal 161 42 223 0.28 0.81 0 0.13 279.45 0.74 0.52
Hex A1 2A DF 1C 51 0 D 117 4A 34
Octal 241 52 337 34 121 0 15 427 112 64
Binary 10100001 101010 11011111 11100 1010001 0 1101 100010111 1001010 110100

Color Harmonies of #A12ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12ADF

Black with #A12ADF

Text Example


Text Example

White with #A12ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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