Html Css Color HEX #A718CC Dark Orchid

📋 copy color: '#A718CC'

red 167 ◦ green 24 ◦ blue 204

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

Shades of Dark Orchid #A718CC

Tints of Dark Orchid #A718CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.65%

R = 42.28%
G = 6.08%
B = 51.65%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A718CC (or 0xA718CC) is known color: Dark Orchid. HEX triplet: A7, 18 and CC. RGB value is (167,24,204). Sum of RGB (Red+Green+Blue) = 167+24+204=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #A718CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A718CC is #58E733. Grayscale: #565656. Windows color (decimal): -5826356 or 13375655. OLE color: 13375655.

HSL color Cylindrical-coordinate representation of color #A718CC: hue angle of 287.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A718CC is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 24 204 -
CMYK 0.18 0.88 0 0.2
HSL 287.67º 0.79% 0.45% -
HSV(B) 287.67º 0.88% 0.8% -
XYZ 27.16 13.23 58.25 -
YUV 87.28 193.88 184.86 -
System Red Green Blue C M Y K H S L
Decimal 167 24 204 0.18 0.88 0 0.2 287.67 0.79 0.45
Hex A7 18 CC 12 58 0 14 120 4F 2D
Octal 247 30 314 22 130 0 24 440 117 55
Binary 10100111 11000 11001100 10010 1011000 0 10100 100100000 1001111 101101

Color Harmonies of #A718CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A718CC

Black with #A718CC

Text Example


Text Example

White with #A718CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A718CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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