Html Css Color HEX #A21ABB Dark Orchid

📋 copy color: '#A21ABB'

red 162 ◦ green 26 ◦ blue 187

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

Shades of Dark Orchid #A21ABB

Tints of Dark Orchid #A21ABB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.93%

 BLUE value IS 187 (73.44% from 255) = 49.87%

R = 43.2%
G = 6.93%
B = 49.87%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A21ABB (or 0xA21ABB) is known color: Dark Orchid. HEX triplet: A2, 1A and BB. RGB value is (162,26,187). Sum of RGB (Red+Green+Blue) = 162+26+187=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #A21ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21ABB is #5DE544. Grayscale: #545454. Windows color (decimal): -6153541 or 12262050. OLE color: 12262050.

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

Color convert

RGB 162 26 187 -
CMYK 0.13 0.86 0 0.27
HSL 290.68º 0.76% 0.42% -
HSV(B) 290.68º 0.86% 0.73% -
XYZ 24.24 12.01 48.05 -
YUV 85.02 185.56 182.91 -
System Red Green Blue C M Y K H S L
Decimal 162 26 187 0.13 0.86 0 0.27 290.68 0.76 0.42
Hex A2 1A BB D 56 0 1B 123 4C 2A
Octal 242 32 273 15 126 0 33 443 114 52
Binary 10100010 11010 10111011 1101 1010110 0 11011 100100011 1001100 101010

Color Harmonies of #A21ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21ABB

Black with #A21ABB

Text Example


Text Example

White with #A21ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21ABB; }

 p { color: rgb(162,26,187); }

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

background-color css

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

 a { background-color: rgb(162,26,187); }

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

border-color css

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

 span { border-color: rgb(162,26,187); }

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