Html Css Color HEX #A719AF Dark Orchid

📋 copy color: '#A719AF'

red 167 ◦ green 25 ◦ blue 175

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

Shades of Dark Orchid #A719AF

Tints of Dark Orchid #A719AF

RGB

 RED value IS 167 (65.63% from 255) = 45.5%

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

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

R = 45.5%
G = 6.81%
B = 47.68%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A719AF (or 0xA719AF) is known color: Dark Orchid. HEX triplet: A7, 19 and AF. RGB value is (167,25,175). Sum of RGB (Red+Green+Blue) = 167+25+175=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #A719AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A719AF is #58E650. Grayscale: #545454. Windows color (decimal): -5826129 or 11475367. OLE color: 11475367.

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

Color convert

RGB 167 25 175 -
CMYK 0.05 0.86 0 0.31
HSL 296.8º 0.75% 0.39% -
HSV(B) 296.8º 0.86% 0.69% -
XYZ 24.02 12.01 41.61 -
YUV 84.56 179.04 186.8 -
System Red Green Blue C M Y K H S L
Decimal 167 25 175 0.05 0.86 0 0.31 296.8 0.75 0.39
Hex A7 19 AF 5 56 0 1F 129 4B 27
Octal 247 31 257 5 126 0 37 451 113 47
Binary 10100111 11001 10101111 101 1010110 0 11111 100101001 1001011 100111

Color Harmonies of #A719AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A719AF

Black with #A719AF

Text Example


Text Example

White with #A719AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A719AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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