Html Css Color HEX #A718D0 Dark Orchid

📋 copy color: '#A718D0'

red 167 ◦ green 24 ◦ blue 208

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

Shades of Dark Orchid #A718D0

Tints of Dark Orchid #A718D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.13%

R = 41.85%
G = 6.02%
B = 52.13%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A718D0 (or 0xA718D0) is known color: Dark Orchid. HEX triplet: A7, 18 and D0. RGB value is (167,24,208). Sum of RGB (Red+Green+Blue) = 167+24+208=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #A718D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A718D0 is #58E72F. Grayscale: #575757. Windows color (decimal): -5826352 or 13637799. OLE color: 13637799.

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

Color convert

RGB 167 24 208 -
CMYK 0.20 0.88 0 0.18
HSL 286.63º 0.79% 0.45% -
HSV(B) 286.63º 0.88% 0.82% -
XYZ 27.65 13.42 60.81 -
YUV 87.73 195.88 184.54 -
System Red Green Blue C M Y K H S L
Decimal 167 24 208 0.20 0.88 0 0.18 286.63 0.79 0.45
Hex A7 18 D0 14 58 0 12 11F 4F 2D
Octal 247 30 320 24 130 0 22 437 117 55
Binary 10100111 11000 11010000 10100 1011000 0 10010 100011111 1001111 101101

Color Harmonies of #A718D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A718D0

Black with #A718D0

Text Example


Text Example

White with #A718D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A718D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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