Html Css Color HEX #A21ABC Dark Orchid

📋 copy color: '#A21ABC'

red 162 ◦ green 26 ◦ blue 188

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

Shades of Dark Orchid #A21ABC

Tints of Dark Orchid #A21ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50%

R = 43.09%
G = 6.91%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A21ABC (or 0xA21ABC) is known color: Dark Orchid. HEX triplet: A2, 1A and BC. RGB value is (162,26,188). Sum of RGB (Red+Green+Blue) = 162+26+188=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #A21ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21ABC is #5DE543. Grayscale: #545454. Windows color (decimal): -6153540 or 12327586. OLE color: 12327586.

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

Color convert

RGB 162 26 188 -
CMYK 0.14 0.86 0 0.26
HSL 290.37º 0.76% 0.42% -
HSV(B) 290.37º 0.86% 0.74% -
XYZ 24.35 12.05 48.62 -
YUV 85.13 186.06 182.83 -
System Red Green Blue C M Y K H S L
Decimal 162 26 188 0.14 0.86 0 0.26 290.37 0.76 0.42
Hex A2 1A BC E 56 0 1A 122 4C 2A
Octal 242 32 274 16 126 0 32 442 114 52
Binary 10100010 11010 10111100 1110 1010110 0 11010 100100010 1001100 101010

Color Harmonies of #A21ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21ABC

Black with #A21ABC

Text Example


Text Example

White with #A21ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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