Html Css Color HEX #A717B5 Dark Orchid

📋 copy color: '#A717B5'

red 167 ◦ green 23 ◦ blue 181

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

Shades of Dark Orchid #A717B5

Tints of Dark Orchid #A717B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.79%

R = 45.01%
G = 6.2%
B = 48.79%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A717B5 (or 0xA717B5) is known color: Dark Orchid. HEX triplet: A7, 17 and B5. RGB value is (167,23,181). Sum of RGB (Red+Green+Blue) = 167+23+181=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #A717B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A717B5 is #58E84A. Grayscale: #535353. Windows color (decimal): -5826635 or 11868071. OLE color: 11868071.

HSL color Cylindrical-coordinate representation of color #A717B5: hue angle of 294.68º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A717B5 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 23 181 -
CMYK 0.08 0.87 0 0.29
HSL 294.68º 0.77% 0.4% -
HSV(B) 294.68º 0.87% 0.71% -
XYZ 24.58 12.16 44.77 -
YUV 84.07 182.71 187.15 -
System Red Green Blue C M Y K H S L
Decimal 167 23 181 0.08 0.87 0 0.29 294.68 0.77 0.4
Hex A7 17 B5 8 57 0 1D 127 4D 28
Octal 247 27 265 10 127 0 35 447 115 50
Binary 10100111 10111 10110101 1000 1010111 0 11101 100100111 1001101 101000

Color Harmonies of #A717B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A717B5

Black with #A717B5

Text Example


Text Example

White with #A717B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A717B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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