Html Css Color HEX #A12FDD Dark Orchid

📋 copy color: '#A12FDD'

red 161 ◦ green 47 ◦ blue 221

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

Shades of Dark Orchid #A12FDD

Tints of Dark Orchid #A12FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 37.53%
G = 10.96%
B = 51.52%

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

#A12FDD (or 0xA12FDD) is known color: Dark Orchid. HEX triplet: A1, 2F and DD. RGB value is (161,47,221). Sum of RGB (Red+Green+Blue) = 161+47+221=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #A12FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12FDD is #5ED022. Grayscale: #646464. Windows color (decimal): -6213667 or 14495649. OLE color: 14495649.

HSL color Cylindrical-coordinate representation of color #A12FDD: hue angle of 279.31º degrees, saturation: 0.72, 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 #A12FDD is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 47 221 -
CMYK 0.27 0.79 0 0.13
HSL 279.31º 0.72% 0.53% -
HSV(B) 279.31º 0.79% 0.87% -
XYZ 28.77 14.83 69.75 -
YUV 100.92 195.77 170.85 -
System Red Green Blue C M Y K H S L
Decimal 161 47 221 0.27 0.79 0 0.13 279.31 0.72 0.53
Hex A1 2F DD 1B 4F 0 D 117 48 35
Octal 241 57 335 33 117 0 15 427 110 65
Binary 10100001 101111 11011101 11011 1001111 0 1101 100010111 1001000 110101

Color Harmonies of #A12FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12FDD

Black with #A12FDD

Text Example


Text Example

White with #A12FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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