Html Css Color HEX #A717BA Dark Orchid

📋 copy color: '#A717BA'

red 167 ◦ green 23 ◦ blue 186

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

Shades of Dark Orchid #A717BA

Tints of Dark Orchid #A717BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 44.41%
G = 6.12%
B = 49.47%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A717BA (or 0xA717BA) is known color: Dark Orchid. HEX triplet: A7, 17 and BA. RGB value is (167,23,186). Sum of RGB (Red+Green+Blue) = 167+23+186=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #A717BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A717BA is #58E845. Grayscale: #545454. Windows color (decimal): -5826630 or 12195751. OLE color: 12195751.

HSL color Cylindrical-coordinate representation of color #A717BA: hue angle of 293.01º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A717BA is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 23 186 -
CMYK 0.10 0.88 0 0.27
HSL 293.01º 0.78% 0.41% -
HSV(B) 293.01º 0.88% 0.73% -
XYZ 25.11 12.37 47.52 -
YUV 84.64 185.21 186.75 -
System Red Green Blue C M Y K H S L
Decimal 167 23 186 0.10 0.88 0 0.27 293.01 0.78 0.41
Hex A7 17 BA A 58 0 1B 125 4E 29
Octal 247 27 272 12 130 0 33 445 116 51
Binary 10100111 10111 10111010 1010 1011000 0 11011 100100101 1001110 101001

Color Harmonies of #A717BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A717BA

Black with #A717BA

Text Example


Text Example

White with #A717BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A717BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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