Html Css Color HEX #A21CCA Dark Orchid

📋 copy color: '#A21CCA'

red 162 ◦ green 28 ◦ blue 202

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

Shades of Dark Orchid #A21CCA

Tints of Dark Orchid #A21CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.53%

R = 41.33%
G = 7.14%
B = 51.53%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A21CCA (or 0xA21CCA) is known color: Dark Orchid. HEX triplet: A2, 1C and CA. RGB value is (162,28,202). Sum of RGB (Red+Green+Blue) = 162+28+202=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #A21CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21CCA is #5DE335. Grayscale: #575757. Windows color (decimal): -6153014 or 13245602. OLE color: 13245602.

HSL color Cylindrical-coordinate representation of color #A21CCA: hue angle of 286.21º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21CCA is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 28 202 -
CMYK 0.20 0.86 0 0.21
HSL 286.21º 0.76% 0.45% -
HSV(B) 286.21º 0.86% 0.79% -
XYZ 25.98 12.78 56.97 -
YUV 87.9 192.39 180.85 -
System Red Green Blue C M Y K H S L
Decimal 162 28 202 0.20 0.86 0 0.21 286.21 0.76 0.45
Hex A2 1C CA 14 56 0 15 11E 4C 2D
Octal 242 34 312 24 126 0 25 436 114 55
Binary 10100010 11100 11001010 10100 1010110 0 10101 100011110 1001100 101101

Color Harmonies of #A21CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21CCA

Black with #A21CCA

Text Example


Text Example

White with #A21CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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