Html Css Color HEX #A718BA Dark Orchid

📋 copy color: '#A718BA'

red 167 ◦ green 24 ◦ blue 186

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

Shades of Dark Orchid #A718BA

Tints of Dark Orchid #A718BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 44.3%
G = 6.37%
B = 49.34%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A718BA (or 0xA718BA) is known color: Dark Orchid. HEX triplet: A7, 18 and BA. RGB value is (167,24,186). Sum of RGB (Red+Green+Blue) = 167+24+186=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #A718BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A718BA is #58E745. Grayscale: #545454. Windows color (decimal): -5826374 or 12196007. OLE color: 12196007.

HSL color Cylindrical-coordinate representation of color #A718BA: hue angle of 292.96º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A718BA is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 24 186 -
CMYK 0.10 0.87 0 0.27
HSL 292.96º 0.77% 0.41% -
HSV(B) 292.96º 0.87% 0.73% -
XYZ 25.13 12.41 47.53 -
YUV 85.23 184.88 186.33 -
System Red Green Blue C M Y K H S L
Decimal 167 24 186 0.10 0.87 0 0.27 292.96 0.77 0.41
Hex A7 18 BA A 57 0 1B 125 4D 29
Octal 247 30 272 12 127 0 33 445 115 51
Binary 10100111 11000 10111010 1010 1010111 0 11011 100100101 1001101 101001

Color Harmonies of #A718BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A718BA

Black with #A718BA

Text Example


Text Example

White with #A718BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A718BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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