Html Css Color HEX #A219BA Dark Orchid

📋 copy color: '#A219BA'

red 162 ◦ green 25 ◦ blue 186

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

Shades of Dark Orchid #A219BA

Tints of Dark Orchid #A219BA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.7%

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

R = 43.43%
G = 6.7%
B = 49.87%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A219BA (or 0xA219BA) is known color: Dark Orchid. HEX triplet: A2, 19 and BA. RGB value is (162,25,186). Sum of RGB (Red+Green+Blue) = 162+25+186=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #A219BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A219BA is #5DE645. Grayscale: #535353. Windows color (decimal): -6153798 or 12196258. OLE color: 12196258.

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

Color convert

RGB 162 25 186 -
CMYK 0.13 0.87 0 0.27
HSL 291.06º 0.76% 0.41% -
HSV(B) 291.06º 0.87% 0.73% -
XYZ 24.11 11.92 47.48 -
YUV 84.32 185.39 183.41 -
System Red Green Blue C M Y K H S L
Decimal 162 25 186 0.13 0.87 0 0.27 291.06 0.76 0.41
Hex A2 19 BA D 57 0 1B 123 4C 29
Octal 242 31 272 15 127 0 33 443 114 51
Binary 10100010 11001 10111010 1101 1010111 0 11011 100100011 1001100 101001

Color Harmonies of #A219BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A219BA

Black with #A219BA

Text Example


Text Example

White with #A219BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A219BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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