Html Css Color HEX #A519AF Dark Orchid

📋 copy color: '#A519AF'

red 165 ◦ green 25 ◦ blue 175

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

Shades of Dark Orchid #A519AF

Tints of Dark Orchid #A519AF

RGB

 RED value IS 165 (64.84% from 255) = 45.21%

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

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

R = 45.21%
G = 6.85%
B = 47.95%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A519AF (or 0xA519AF) is known color: Dark Orchid. HEX triplet: A5, 19 and AF. RGB value is (165,25,175). Sum of RGB (Red+Green+Blue) = 165+25+175=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #A519AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A519AF is #5AE650. Grayscale: #535353. Windows color (decimal): -5957201 or 11475365. OLE color: 11475365.

HSL color Cylindrical-coordinate representation of color #A519AF: hue angle of 296º 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 #A519AF is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 25 175 -
CMYK 0.06 0.86 0 0.31
HSL 296º 0.75% 0.39% -
HSV(B) 296º 0.86% 0.69% -
XYZ 23.6 11.79 41.59 -
YUV 83.96 179.38 185.8 -
System Red Green Blue C M Y K H S L
Decimal 165 25 175 0.06 0.86 0 0.31 296 0.75 0.39
Hex A5 19 AF 6 56 0 1F 128 4B 27
Octal 245 31 257 6 126 0 37 450 113 47
Binary 10100101 11001 10101111 110 1010110 0 11111 100101000 1001011 100111

Color Harmonies of #A519AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A519AF

Black with #A519AF

Text Example


Text Example

White with #A519AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A519AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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