Html Css Color HEX #A219BE Dark Orchid

📋 copy color: '#A219BE'

red 162 ◦ green 25 ◦ blue 190

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

Shades of Dark Orchid #A219BE

Tints of Dark Orchid #A219BE

RGB

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

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

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

R = 42.97%
G = 6.63%
B = 50.4%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A219BE (or 0xA219BE) is known color: Dark Orchid. HEX triplet: A2, 19 and BE. RGB value is (162,25,190). Sum of RGB (Red+Green+Blue) = 162+25+190=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #A219BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A219BE is #5DE641. Grayscale: #545454. Windows color (decimal): -6153794 or 12458402. OLE color: 12458402.

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

Color convert

RGB 162 25 190 -
CMYK 0.15 0.87 0 0.25
HSL 289.82º 0.77% 0.42% -
HSV(B) 289.82º 0.87% 0.75% -
XYZ 24.54 12.09 49.76 -
YUV 84.77 187.39 183.08 -
System Red Green Blue C M Y K H S L
Decimal 162 25 190 0.15 0.87 0 0.25 289.82 0.77 0.42
Hex A2 19 BE F 57 0 19 122 4D 2A
Octal 242 31 276 17 127 0 31 442 115 52
Binary 10100010 11001 10111110 1111 1010111 0 11001 100100010 1001101 101010

Color Harmonies of #A219BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A219BE

Black with #A219BE

Text Example


Text Example

White with #A219BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A219BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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