Html Css Color HEX #A718C5 Dark Orchid

📋 copy color: '#A718C5'

red 167 ◦ green 24 ◦ blue 197

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

Shades of Dark Orchid #A718C5

Tints of Dark Orchid #A718C5

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.19%

 BLUE value IS 197 (77.34% from 255) = 50.77%

R = 43.04%
G = 6.19%
B = 50.77%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A718C5 (or 0xA718C5) is known color: Dark Orchid. HEX triplet: A7, 18 and C5. RGB value is (167,24,197). Sum of RGB (Red+Green+Blue) = 167+24+197=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 197 (77.34% from 255 or 50.77% from 388); Max value from RGB is 197 - color contains mainly: blue. Hex color #A718C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A718C5 is #58E73A. Grayscale: #555555. Windows color (decimal): -5826363 or 12916903. OLE color: 12916903.

HSL color Cylindrical-coordinate representation of color #A718C5: hue angle of 289.6º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A718C5 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 167 24 197 -
CMYK 0.15 0.88 0 0.23
HSL 289.6º 0.78% 0.43% -
HSV(B) 289.6º 0.88% 0.77% -
XYZ 26.34 12.9 53.92 -
YUV 86.48 190.38 185.43 -
System Red Green Blue C M Y K H S L
Decimal 167 24 197 0.15 0.88 0 0.23 289.6 0.78 0.43
Hex A7 18 C5 F 58 0 17 122 4E 2B
Octal 247 30 305 17 130 0 27 442 116 53
Binary 10100111 11000 11000101 1111 1011000 0 10111 100100010 1001110 101011

Color Harmonies of #A718C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A718C5

Black with #A718C5

Text Example


Text Example

White with #A718C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A718C5; }

 p { color: rgb(167,24,197); }

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

background-color css

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

 a { background-color: rgb(167,24,197); }

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

border-color css

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

 span { border-color: rgb(167,24,197); }

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