Html Css Color HEX #A21DBF Dark Orchid

📋 copy color: '#A21DBF'

red 162 ◦ green 29 ◦ blue 191

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

Shades of Dark Orchid #A21DBF

Tints of Dark Orchid #A21DBF

RGB

 RED value IS 162 (63.67% from 255) = 42.41%

 GREEN value IS 29 (11.72% from 255) = 7.59%

 BLUE value IS 191 (75% from 255) = 50%

R = 42.41%
G = 7.59%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A21DBF (or 0xA21DBF) is known color: Dark Orchid. HEX triplet: A2, 1D and BF. RGB value is (162,29,191). Sum of RGB (Red+Green+Blue) = 162+29+191=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #A21DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21DBF is #5DE240. Grayscale: #565656. Windows color (decimal): -6152769 or 12524962. OLE color: 12524962.

HSL color Cylindrical-coordinate representation of color #A21DBF: hue angle of 289.26º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21DBF is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 29 191 -
CMYK 0.15 0.85 0 0.25
HSL 289.26º 0.74% 0.43% -
HSV(B) 289.26º 0.85% 0.75% -
XYZ 24.74 12.32 50.36 -
YUV 87.24 186.56 181.33 -
System Red Green Blue C M Y K H S L
Decimal 162 29 191 0.15 0.85 0 0.25 289.26 0.74 0.43
Hex A2 1D BF F 55 0 19 121 4A 2B
Octal 242 35 277 17 125 0 31 441 112 53
Binary 10100010 11101 10111111 1111 1010101 0 11001 100100001 1001010 101011

Color Harmonies of #A21DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21DBF

Black with #A21DBF

Text Example


Text Example

White with #A21DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21DBF; }

 p { color: rgb(162,29,191); }

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

background-color css

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

 a { background-color: rgb(162,29,191); }

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

border-color css

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

 span { border-color: rgb(162,29,191); }

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