Html Css Color HEX #A718C8 Dark Orchid

📋 copy color: '#A718C8'

red 167 ◦ green 24 ◦ blue 200

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

Shades of Dark Orchid #A718C8

Tints of Dark Orchid #A718C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 51.15%

R = 42.71%
G = 6.14%
B = 51.15%

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

#A718C8 (or 0xA718C8) is known color: Dark Orchid. HEX triplet: A7, 18 and C8. RGB value is (167,24,200). Sum of RGB (Red+Green+Blue) = 167+24+200=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 200 (78.52% from 255 or 51.15% from 391); Max value from RGB is 200 - color contains mainly: blue. Hex color #A718C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A718C8 is #58E737. Grayscale: #565656. Windows color (decimal): -5826360 or 13113511. OLE color: 13113511.

HSL color Cylindrical-coordinate representation of color #A718C8: hue angle of 288.75º degrees, saturation: 0.79, 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 #A718C8 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 24 200 -
CMYK 0.16 0.88 0 0.22
HSL 288.75º 0.79% 0.44% -
HSV(B) 288.75º 0.88% 0.78% -
XYZ 26.69 13.04 55.75 -
YUV 86.82 191.88 185.19 -
System Red Green Blue C M Y K H S L
Decimal 167 24 200 0.16 0.88 0 0.22 288.75 0.79 0.44
Hex A7 18 C8 10 58 0 16 121 4F 2C
Octal 247 30 310 20 130 0 26 441 117 54
Binary 10100111 11000 11001000 10000 1011000 0 10110 100100001 1001111 101100

Color Harmonies of #A718C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A718C8

Black with #A718C8

Text Example


Text Example

White with #A718C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A718C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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