Html Css Color HEX #A21BCC Dark Orchid

📋 copy color: '#A21BCC'

red 162 ◦ green 27 ◦ blue 204

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

Shades of Dark Orchid #A21BCC

Tints of Dark Orchid #A21BCC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.87%

 BLUE value IS 204 (80.08% from 255) = 51.91%

R = 41.22%
G = 6.87%
B = 51.91%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A21BCC (or 0xA21BCC) is known color: Dark Orchid. HEX triplet: A2, 1B and CC. RGB value is (162,27,204). Sum of RGB (Red+Green+Blue) = 162+27+204=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #A21BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21BCC is #5DE433. Grayscale: #565656. Windows color (decimal): -6153268 or 13376418. OLE color: 13376418.

HSL color Cylindrical-coordinate representation of color #A21BCC: hue angle of 285.76º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21BCC is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 27 204 -
CMYK 0.21 0.87 0 0.2
HSL 285.76º 0.77% 0.45% -
HSV(B) 285.76º 0.87% 0.8% -
XYZ 26.19 12.82 58.22 -
YUV 87.54 193.73 181.11 -
System Red Green Blue C M Y K H S L
Decimal 162 27 204 0.21 0.87 0 0.2 285.76 0.77 0.45
Hex A2 1B CC 15 57 0 14 11E 4D 2D
Octal 242 33 314 25 127 0 24 436 115 55
Binary 10100010 11011 11001100 10101 1010111 0 10100 100011110 1001101 101101

Color Harmonies of #A21BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21BCC

Black with #A21BCC

Text Example


Text Example

White with #A21BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21BCC; }

 p { color: rgb(162,27,204); }

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

background-color css

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

 a { background-color: rgb(162,27,204); }

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

border-color css

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

 span { border-color: rgb(162,27,204); }

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