Html Css Color HEX #A21BBE Dark Orchid

📋 copy color: '#A21BBE'

red 162 ◦ green 27 ◦ blue 190

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

Shades of Dark Orchid #A21BBE

Tints of Dark Orchid #A21BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.13%

R = 42.74%
G = 7.12%
B = 50.13%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A21BBE (or 0xA21BBE) is known color: Dark Orchid. HEX triplet: A2, 1B and BE. RGB value is (162,27,190). Sum of RGB (Red+Green+Blue) = 162+27+190=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #A21BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21BBE is #5DE441. Grayscale: #555555. Windows color (decimal): -6153282 or 12458914. OLE color: 12458914.

HSL color Cylindrical-coordinate representation of color #A21BBE: hue angle of 289.69º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21BBE is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 27 190 -
CMYK 0.15 0.86 0 0.25
HSL 289.69º 0.75% 0.43% -
HSV(B) 289.69º 0.86% 0.75% -
XYZ 24.59 12.18 49.77 -
YUV 85.95 186.73 182.25 -
System Red Green Blue C M Y K H S L
Decimal 162 27 190 0.15 0.86 0 0.25 289.69 0.75 0.43
Hex A2 1B BE F 56 0 19 122 4B 2B
Octal 242 33 276 17 126 0 31 442 113 53
Binary 10100010 11011 10111110 1111 1010110 0 11001 100100010 1001011 101011

Color Harmonies of #A21BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21BBE

Black with #A21BBE

Text Example


Text Example

White with #A21BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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