Html Css Color HEX #A718C9 Dark Orchid

📋 copy color: '#A718C9'

red 167 ◦ green 24 ◦ blue 201

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

Shades of Dark Orchid #A718C9

Tints of Dark Orchid #A718C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.28%

R = 42.6%
G = 6.12%
B = 51.28%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A718C9 (or 0xA718C9) is known color: Dark Orchid. HEX triplet: A7, 18 and C9. RGB value is (167,24,201). Sum of RGB (Red+Green+Blue) = 167+24+201=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #A718C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A718C9 is #58E736. Grayscale: #565656. Windows color (decimal): -5826359 or 13179047. OLE color: 13179047.

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

Color convert

RGB 167 24 201 -
CMYK 0.17 0.88 0 0.21
HSL 288.47º 0.79% 0.44% -
HSV(B) 288.47º 0.88% 0.79% -
XYZ 26.81 13.09 56.37 -
YUV 86.94 192.38 185.11 -
System Red Green Blue C M Y K H S L
Decimal 167 24 201 0.17 0.88 0 0.21 288.47 0.79 0.44
Hex A7 18 C9 11 58 0 15 120 4F 2C
Octal 247 30 311 21 130 0 25 440 117 54
Binary 10100111 11000 11001001 10001 1011000 0 10101 100100000 1001111 101100

Color Harmonies of #A718C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A718C9

Black with #A718C9

Text Example


Text Example

White with #A718C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A718C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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