Html Css Color HEX #A12FDE Dark Orchid

📋 copy color: '#A12FDE'

red 161 ◦ green 47 ◦ blue 222

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

Shades of Dark Orchid #A12FDE

Tints of Dark Orchid #A12FDE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.93%

 BLUE value IS 222 (87.11% from 255) = 51.63%

R = 37.44%
G = 10.93%
B = 51.63%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A12FDE (or 0xA12FDE) is known color: Dark Orchid. HEX triplet: A1, 2F and DE. RGB value is (161,47,222). Sum of RGB (Red+Green+Blue) = 161+47+222=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #A12FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12FDE is #5ED021. Grayscale: #646464. Windows color (decimal): -6213666 or 14561185. OLE color: 14561185.

HSL color Cylindrical-coordinate representation of color #A12FDE: hue angle of 279.09º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A12FDE is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 47 222 -
CMYK 0.27 0.79 0 0.13
HSL 279.09º 0.73% 0.53% -
HSV(B) 279.09º 0.79% 0.87% -
XYZ 28.9 14.88 70.46 -
YUV 101.04 196.27 170.77 -
System Red Green Blue C M Y K H S L
Decimal 161 47 222 0.27 0.79 0 0.13 279.09 0.73 0.53
Hex A1 2F DE 1B 4F 0 D 117 49 35
Octal 241 57 336 33 117 0 15 427 111 65
Binary 10100001 101111 11011110 11011 1001111 0 1101 100010111 1001001 110101

Color Harmonies of #A12FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12FDE

Black with #A12FDE

Text Example


Text Example

White with #A12FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12FDE; }

 p { color: rgb(161,47,222); }

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

background-color css

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

 a { background-color: rgb(161,47,222); }

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

border-color css

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

 span { border-color: rgb(161,47,222); }

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