Html Css Color HEX #A817AF Dark Orchid

📋 copy color: '#A817AF'

red 168 ◦ green 23 ◦ blue 175

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

Shades of Dark Orchid #A817AF

Tints of Dark Orchid #A817AF

RGB

 RED value IS 168 (66.02% from 255) = 45.9%

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

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

R = 45.9%
G = 6.28%
B = 47.81%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A817AF (or 0xA817AF) is known color: Dark Orchid. HEX triplet: A8, 17 and AF. RGB value is (168,23,175). Sum of RGB (Red+Green+Blue) = 168+23+175=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #A817AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A817AF is #57E850. Grayscale: #535353. Windows color (decimal): -5761105 or 11474856. OLE color: 11474856.

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

Color convert

RGB 168 23 175 -
CMYK 0.04 0.87 0 0.31
HSL 297.24º 0.77% 0.39% -
HSV(B) 297.24º 0.87% 0.69% -
XYZ 24.19 12.03 41.6 -
YUV 83.68 179.54 188.14 -
System Red Green Blue C M Y K H S L
Decimal 168 23 175 0.04 0.87 0 0.31 297.24 0.77 0.39
Hex A8 17 AF 4 57 0 1F 129 4D 27
Octal 250 27 257 4 127 0 37 451 115 47
Binary 10101000 10111 10101111 100 1010111 0 11111 100101001 1001101 100111

Color Harmonies of #A817AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A817AF

Black with #A817AF

Text Example


Text Example

White with #A817AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A817AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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