Html Css Color HEX #A219AF Dark Orchid

📋 copy color: '#A219AF'

red 162 ◦ green 25 ◦ blue 175

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

Shades of Dark Orchid #A219AF

Tints of Dark Orchid #A219AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.34%

R = 44.75%
G = 6.91%
B = 48.34%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A219AF (or 0xA219AF) is known color: Dark Orchid. HEX triplet: A2, 19 and AF. RGB value is (162,25,175). Sum of RGB (Red+Green+Blue) = 162+25+175=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #A219AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A219AF is #5DE650. Grayscale: #525252. Windows color (decimal): -6153809 or 11475362. OLE color: 11475362.

HSL color Cylindrical-coordinate representation of color #A219AF: hue angle of 294.8º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A219AF is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 25 175 -
CMYK 0.07 0.86 0 0.31
HSL 294.8º 0.75% 0.39% -
HSV(B) 294.8º 0.86% 0.69% -
XYZ 22.99 11.47 41.56 -
YUV 83.06 179.89 184.3 -
System Red Green Blue C M Y K H S L
Decimal 162 25 175 0.07 0.86 0 0.31 294.8 0.75 0.39
Hex A2 19 AF 7 56 0 1F 127 4B 27
Octal 242 31 257 7 126 0 37 447 113 47
Binary 10100010 11001 10101111 111 1010110 0 11111 100100111 1001011 100111

Color Harmonies of #A219AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A219AF

Black with #A219AF

Text Example


Text Example

White with #A219AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A219AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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