Html Css Color HEX #A21BC9 Dark Orchid

📋 copy color: '#A21BC9'

red 162 ◦ green 27 ◦ blue 201

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

Shades of Dark Orchid #A21BC9

Tints of Dark Orchid #A21BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.54%

R = 41.54%
G = 6.92%
B = 51.54%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A21BC9 (or 0xA21BC9) is known color: Dark Orchid. HEX triplet: A2, 1B and C9. RGB value is (162,27,201). Sum of RGB (Red+Green+Blue) = 162+27+201=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 27 (10.94% from 255 or 6.92% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #A21BC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21BC9 is #5DE436. Grayscale: #565656. Windows color (decimal): -6153271 or 13179810. OLE color: 13179810.

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

Color convert

RGB 162 27 201 -
CMYK 0.19 0.87 0 0.21
HSL 286.55º 0.76% 0.45% -
HSV(B) 286.55º 0.87% 0.79% -
XYZ 25.83 12.68 56.34 -
YUV 87.2 192.23 181.35 -
System Red Green Blue C M Y K H S L
Decimal 162 27 201 0.19 0.87 0 0.21 286.55 0.76 0.45
Hex A2 1B C9 13 57 0 15 11F 4C 2D
Octal 242 33 311 23 127 0 25 437 114 55
Binary 10100010 11011 11001001 10011 1010111 0 10101 100011111 1001100 101101

Color Harmonies of #A21BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21BC9

Black with #A21BC9

Text Example


Text Example

White with #A21BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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