Html Css Color HEX #A717AF Dark Orchid

📋 copy color: '#A717AF'

red 167 ◦ green 23 ◦ blue 175

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

Shades of Dark Orchid #A717AF

Tints of Dark Orchid #A717AF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.3%

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

R = 45.75%
G = 6.3%
B = 47.95%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A717AF (or 0xA717AF) is known color: Dark Orchid. HEX triplet: A7, 17 and AF. RGB value is (167,23,175). Sum of RGB (Red+Green+Blue) = 167+23+175=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 23 (9.38% from 255 or 6.30% 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 #A717AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A717AF is #58E850. Grayscale: #525252. Windows color (decimal): -5826641 or 11474855. OLE color: 11474855.

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

Color convert

RGB 167 23 175 -
CMYK 0.05 0.87 0 0.31
HSL 296.84º 0.77% 0.39% -
HSV(B) 296.84º 0.87% 0.69% -
XYZ 23.98 11.92 41.59 -
YUV 83.38 179.71 187.64 -
System Red Green Blue C M Y K H S L
Decimal 167 23 175 0.05 0.87 0 0.31 296.84 0.77 0.39
Hex A7 17 AF 5 57 0 1F 129 4D 27
Octal 247 27 257 5 127 0 37 451 115 47
Binary 10100111 10111 10101111 101 1010111 0 11111 100101001 1001101 100111

Color Harmonies of #A717AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A717AF

Black with #A717AF

Text Example


Text Example

White with #A717AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A717AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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