Html Css Color HEX #A21BBB Dark Orchid

📋 copy color: '#A21BBB'

red 162 ◦ green 27 ◦ blue 187

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

Shades of Dark Orchid #A21BBB

Tints of Dark Orchid #A21BBB

RGB

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

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

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

R = 43.09%
G = 7.18%
B = 49.73%

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

#A21BBB (or 0xA21BBB) is known color: Dark Orchid. HEX triplet: A2, 1B and BB. RGB value is (162,27,187). Sum of RGB (Red+Green+Blue) = 162+27+187=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 27 (10.94% from 255 or 7.18% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #A21BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21BBB is #5DE444. Grayscale: #555555. Windows color (decimal): -6153285 or 12262306. OLE color: 12262306.

HSL color Cylindrical-coordinate representation of color #A21BBB: hue angle of 290.62º degrees, saturation: 0.75, 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 #A21BBB is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 27 187 -
CMYK 0.13 0.86 0 0.27
HSL 290.63º 0.75% 0.42% -
HSV(B) 290.63º 0.86% 0.73% -
XYZ 24.26 12.05 48.06 -
YUV 85.61 185.23 182.49 -
System Red Green Blue C M Y K H S L
Decimal 162 27 187 0.13 0.86 0 0.27 290.63 0.75 0.42
Hex A2 1B BB D 56 0 1B 123 4B 2A
Octal 242 33 273 15 126 0 33 443 113 52
Binary 10100010 11011 10111011 1101 1010110 0 11011 100100011 1001011 101010

Color Harmonies of #A21BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21BBB

Black with #A21BBB

Text Example


Text Example

White with #A21BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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