Html Css Color HEX #A12BDD Dark Orchid

📋 copy color: '#A12BDD'

red 161 ◦ green 43 ◦ blue 221

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

Shades of Dark Orchid #A12BDD

Tints of Dark Orchid #A12BDD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.12%

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

R = 37.88%
G = 10.12%
B = 52%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A12BDD (or 0xA12BDD) is known color: Dark Orchid. HEX triplet: A1, 2B and DD. RGB value is (161,43,221). Sum of RGB (Red+Green+Blue) = 161+43+221=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 43 (17.19% from 255 or 10.12% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #A12BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12BDD is #5ED422. Grayscale: #616161. Windows color (decimal): -6214691 or 14494625. OLE color: 14494625.

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

Color convert

RGB 161 43 221 -
CMYK 0.27 0.81 0 0.13
HSL 279.78º 0.72% 0.52% -
HSV(B) 279.78º 0.81% 0.87% -
XYZ 28.61 14.53 69.7 -
YUV 98.57 197.09 172.53 -
System Red Green Blue C M Y K H S L
Decimal 161 43 221 0.27 0.81 0 0.13 279.78 0.72 0.52
Hex A1 2B DD 1B 51 0 D 118 48 34
Octal 241 53 335 33 121 0 15 430 110 64
Binary 10100001 101011 11011101 11011 1010001 0 1101 100011000 1001000 110100

Color Harmonies of #A12BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12BDD

Black with #A12BDD

Text Example


Text Example

White with #A12BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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