Html Css Color HEX #A718BC Dark Orchid

📋 copy color: '#A718BC'

red 167 ◦ green 24 ◦ blue 188

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

Shades of Dark Orchid #A718BC

Tints of Dark Orchid #A718BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.6%

R = 44.06%
G = 6.33%
B = 49.6%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A718BC (or 0xA718BC) is known color: Dark Orchid. HEX triplet: A7, 18 and BC. RGB value is (167,24,188). Sum of RGB (Red+Green+Blue) = 167+24+188=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #A718BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A718BC is #58E743. Grayscale: #545454. Windows color (decimal): -5826372 or 12327079. OLE color: 12327079.

HSL color Cylindrical-coordinate representation of color #A718BC: hue angle of 292.32º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A718BC is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 24 188 -
CMYK 0.11 0.87 0 0.26
HSL 292.32º 0.77% 0.42% -
HSV(B) 292.32º 0.87% 0.74% -
XYZ 25.34 12.5 48.65 -
YUV 85.45 185.88 186.16 -
System Red Green Blue C M Y K H S L
Decimal 167 24 188 0.11 0.87 0 0.26 292.32 0.77 0.42
Hex A7 18 BC B 57 0 1A 124 4D 2A
Octal 247 30 274 13 127 0 32 444 115 52
Binary 10100111 11000 10111100 1011 1010111 0 11010 100100100 1001101 101010

Color Harmonies of #A718BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A718BC

Black with #A718BC

Text Example


Text Example

White with #A718BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A718BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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