Html Css Color HEX #A21DBA Dark Orchid

📋 copy color: '#A21DBA'

red 162 ◦ green 29 ◦ blue 186

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

Shades of Dark Orchid #A21DBA

Tints of Dark Orchid #A21DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 42.97%
G = 7.69%
B = 49.34%

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

#A21DBA (or 0xA21DBA) is known color: Dark Orchid. HEX triplet: A2, 1D and BA. RGB value is (162,29,186). Sum of RGB (Red+Green+Blue) = 162+29+186=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 29 (11.72% from 255 or 7.69% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #A21DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21DBA is #5DE245. Grayscale: #565656. Windows color (decimal): -6152774 or 12197282. OLE color: 12197282.

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

Color convert

RGB 162 29 186 -
CMYK 0.13 0.84 0 0.27
HSL 290.83º 0.73% 0.42% -
HSV(B) 290.83º 0.84% 0.73% -
XYZ 24.2 12.11 47.52 -
YUV 86.67 184.06 181.73 -
System Red Green Blue C M Y K H S L
Decimal 162 29 186 0.13 0.84 0 0.27 290.83 0.73 0.42
Hex A2 1D BA D 54 0 1B 123 49 2A
Octal 242 35 272 15 124 0 33 443 111 52
Binary 10100010 11101 10111010 1101 1010100 0 11011 100100011 1001001 101010

Color Harmonies of #A21DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21DBA

Black with #A21DBA

Text Example


Text Example

White with #A21DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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