Html Css Color HEX #A718C0 Dark Orchid

📋 copy color: '#A718C0'

red 167 ◦ green 24 ◦ blue 192

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

Shades of Dark Orchid #A718C0

Tints of Dark Orchid #A718C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.13%

R = 43.6%
G = 6.27%
B = 50.13%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A718C0 (or 0xA718C0) is known color: Dark Orchid. HEX triplet: A7, 18 and C0. RGB value is (167,24,192). Sum of RGB (Red+Green+Blue) = 167+24+192=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #A718C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A718C0 is #58E73F. Grayscale: #555555. Windows color (decimal): -5826368 or 12589223. OLE color: 12589223.

HSL color Cylindrical-coordinate representation of color #A718C0: hue angle of 291.07º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A718C0 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 24 192 -
CMYK 0.13 0.88 0 0.25
HSL 291.07º 0.78% 0.42% -
HSV(B) 291.07º 0.88% 0.75% -
XYZ 25.78 12.67 50.96 -
YUV 85.91 187.88 185.84 -
System Red Green Blue C M Y K H S L
Decimal 167 24 192 0.13 0.88 0 0.25 291.07 0.78 0.42
Hex A7 18 C0 D 58 0 19 123 4E 2A
Octal 247 30 300 15 130 0 31 443 116 52
Binary 10100111 11000 11000000 1101 1011000 0 11001 100100011 1001110 101010

Color Harmonies of #A718C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A718C0

Black with #A718C0

Text Example


Text Example

White with #A718C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A718C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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