Html Css Color HEX #A12DDF Dark Orchid

📋 copy color: '#A12DDF'

red 161 ◦ green 45 ◦ blue 223

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

Shades of Dark Orchid #A12DDF

Tints of Dark Orchid #A12DDF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.49%

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

R = 37.53%
G = 10.49%
B = 51.98%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A12DDF (or 0xA12DDF) is known color: Dark Orchid. HEX triplet: A1, 2D and DF. RGB value is (161,45,223). Sum of RGB (Red+Green+Blue) = 161+45+223=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #A12DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12DDF is #5ED220. Grayscale: #636363. Windows color (decimal): -6214177 or 14626209. OLE color: 14626209.

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

Color convert

RGB 161 45 223 -
CMYK 0.28 0.80 0 0.13
HSL 279.1º 0.74% 0.53% -
HSV(B) 279.1º 0.8% 0.87% -
XYZ 28.96 14.78 71.14 -
YUV 99.98 197.43 171.53 -
System Red Green Blue C M Y K H S L
Decimal 161 45 223 0.28 0.80 0 0.13 279.1 0.74 0.53
Hex A1 2D DF 1C 50 0 D 117 4A 35
Octal 241 55 337 34 120 0 15 427 112 65
Binary 10100001 101101 11011111 11100 1010000 0 1101 100010111 1001010 110101

Color Harmonies of #A12DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12DDF

Black with #A12DDF

Text Example


Text Example

White with #A12DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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