Html Css Color HEX #A21BBA Dark Orchid

📋 copy color: '#A21BBA'

red 162 ◦ green 27 ◦ blue 186

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

Shades of Dark Orchid #A21BBA

Tints of Dark Orchid #A21BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.6%

R = 43.2%
G = 7.2%
B = 49.6%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A21BBA (or 0xA21BBA) is known color: Dark Orchid. HEX triplet: A2, 1B and BA. RGB value is (162,27,186). Sum of RGB (Red+Green+Blue) = 162+27+186=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #A21BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21BBA is #5DE445. Grayscale: #545454. Windows color (decimal): -6153286 or 12196770. OLE color: 12196770.

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

Color convert

RGB 162 27 186 -
CMYK 0.13 0.85 0 0.27
HSL 290.94º 0.75% 0.42% -
HSV(B) 290.94º 0.85% 0.73% -
XYZ 24.16 12.01 47.5 -
YUV 85.49 184.73 182.57 -
System Red Green Blue C M Y K H S L
Decimal 162 27 186 0.13 0.85 0 0.27 290.94 0.75 0.42
Hex A2 1B BA D 55 0 1B 123 4B 2A
Octal 242 33 272 15 125 0 33 443 113 52
Binary 10100010 11011 10111010 1101 1010101 0 11011 100100011 1001011 101010

Color Harmonies of #A21BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21BBA

Black with #A21BBA

Text Example


Text Example

White with #A21BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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