Html Css Color HEX #A21CBA Dark Orchid

📋 copy color: '#A21CBA'

red 162 ◦ green 28 ◦ blue 186

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

Shades of Dark Orchid #A21CBA

Tints of Dark Orchid #A21CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.45%

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

R = 43.09%
G = 7.45%
B = 49.47%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A21CBA (or 0xA21CBA) is known color: Dark Orchid. HEX triplet: A2, 1C and BA. RGB value is (162,28,186). Sum of RGB (Red+Green+Blue) = 162+28+186=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #A21CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21CBA is #5DE345. Grayscale: #555555. Windows color (decimal): -6153030 or 12197026. OLE color: 12197026.

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

Color convert

RGB 162 28 186 -
CMYK 0.13 0.85 0 0.27
HSL 290.89º 0.74% 0.42% -
HSV(B) 290.89º 0.85% 0.73% -
XYZ 24.18 12.06 47.51 -
YUV 86.08 184.39 182.15 -
System Red Green Blue C M Y K H S L
Decimal 162 28 186 0.13 0.85 0 0.27 290.89 0.74 0.42
Hex A2 1C BA D 55 0 1B 123 4A 2A
Octal 242 34 272 15 125 0 33 443 112 52
Binary 10100010 11100 10111010 1101 1010101 0 11011 100100011 1001010 101010

Color Harmonies of #A21CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21CBA

Black with #A21CBA

Text Example


Text Example

White with #A21CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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