Html Css Color HEX #A718BE Dark Orchid

📋 copy color: '#A718BE'

red 167 ◦ green 24 ◦ blue 190

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

Shades of Dark Orchid #A718BE

Tints of Dark Orchid #A718BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 43.83%
G = 6.3%
B = 49.87%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A718BE (or 0xA718BE) is known color: Dark Orchid. HEX triplet: A7, 18 and BE. RGB value is (167,24,190). Sum of RGB (Red+Green+Blue) = 167+24+190=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #A718BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A718BE is #58E741. Grayscale: #555555. Windows color (decimal): -5826370 or 12458151. OLE color: 12458151.

HSL color Cylindrical-coordinate representation of color #A718BE: hue angle of 291.69º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A718BE is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 24 190 -
CMYK 0.12 0.87 0 0.25
HSL 291.69º 0.78% 0.42% -
HSV(B) 291.69º 0.87% 0.75% -
XYZ 25.56 12.59 49.8 -
YUV 85.68 186.88 186 -
System Red Green Blue C M Y K H S L
Decimal 167 24 190 0.12 0.87 0 0.25 291.69 0.78 0.42
Hex A7 18 BE C 57 0 19 124 4E 2A
Octal 247 30 276 14 127 0 31 444 116 52
Binary 10100111 11000 10111110 1100 1010111 0 11001 100100100 1001110 101010

Color Harmonies of #A718BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A718BE

Black with #A718BE

Text Example


Text Example

White with #A718BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A718BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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