Html Css Color HEX #A718C7 Dark Orchid

📋 copy color: '#A718C7'

red 167 ◦ green 24 ◦ blue 199

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

Shades of Dark Orchid #A718C7

Tints of Dark Orchid #A718C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 51.03%

R = 42.82%
G = 6.15%
B = 51.03%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A718C7 (or 0xA718C7) is known color: Dark Orchid. HEX triplet: A7, 18 and C7. RGB value is (167,24,199). Sum of RGB (Red+Green+Blue) = 167+24+199=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 199 (78.12% from 255 or 51.03% from 390); Max value from RGB is 199 - color contains mainly: blue. Hex color #A718C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A718C7 is #58E738. Grayscale: #565656. Windows color (decimal): -5826361 or 13047975. OLE color: 13047975.

HSL color Cylindrical-coordinate representation of color #A718C7: hue angle of 289.03º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A718C7 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 24 199 -
CMYK 0.16 0.88 0 0.22
HSL 289.03º 0.78% 0.44% -
HSV(B) 289.03º 0.88% 0.78% -
XYZ 26.57 12.99 55.14 -
YUV 86.71 191.38 185.27 -
System Red Green Blue C M Y K H S L
Decimal 167 24 199 0.16 0.88 0 0.22 289.03 0.78 0.44
Hex A7 18 C7 10 58 0 16 121 4E 2C
Octal 247 30 307 20 130 0 26 441 116 54
Binary 10100111 11000 11000111 10000 1011000 0 10110 100100001 1001110 101100

Color Harmonies of #A718C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A718C7

Black with #A718C7

Text Example


Text Example

White with #A718C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A718C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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