Html Css Color HEX #A21DBB Dark Orchid

📋 copy color: '#A21DBB'

red 162 ◦ green 29 ◦ blue 187

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

Shades of Dark Orchid #A21DBB

Tints of Dark Orchid #A21DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.47%

R = 42.86%
G = 7.67%
B = 49.47%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A21DBB (or 0xA21DBB) is known color: Dark Orchid. HEX triplet: A2, 1D and BB. RGB value is (162,29,187). Sum of RGB (Red+Green+Blue) = 162+29+187=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #A21DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21DBB is #5DE244. Grayscale: #565656. Windows color (decimal): -6152773 or 12262818. OLE color: 12262818.

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

Color convert

RGB 162 29 187 -
CMYK 0.13 0.84 0 0.27
HSL 290.51º 0.73% 0.42% -
HSV(B) 290.51º 0.84% 0.73% -
XYZ 24.31 12.15 48.08 -
YUV 86.78 184.56 181.65 -
System Red Green Blue C M Y K H S L
Decimal 162 29 187 0.13 0.84 0 0.27 290.51 0.73 0.42
Hex A2 1D BB D 54 0 1B 123 49 2A
Octal 242 35 273 15 124 0 33 443 111 52
Binary 10100010 11101 10111011 1101 1010100 0 11011 100100011 1001001 101010

Color Harmonies of #A21DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21DBB

Black with #A21DBB

Text Example


Text Example

White with #A21DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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