Html Css Color HEX #A518AF Dark Orchid

📋 copy color: '#A518AF'

red 165 ◦ green 24 ◦ blue 175

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

Shades of Dark Orchid #A518AF

Tints of Dark Orchid #A518AF

RGB

 RED value IS 165 (64.84% from 255) = 45.33%

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

 BLUE value IS 175 (68.75% from 255) = 48.08%

R = 45.33%
G = 6.59%
B = 48.08%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A518AF (or 0xA518AF) is known color: Dark Orchid. HEX triplet: A5, 18 and AF. RGB value is (165,24,175). Sum of RGB (Red+Green+Blue) = 165+24+175=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #A518AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A518AF is #5AE750. Grayscale: #525252. Windows color (decimal): -5957457 or 11475109. OLE color: 11475109.

HSL color Cylindrical-coordinate representation of color #A518AF: hue angle of 296.03º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A518AF is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 24 175 -
CMYK 0.06 0.86 0 0.31
HSL 296.03º 0.76% 0.39% -
HSV(B) 296.03º 0.86% 0.69% -
XYZ 23.58 11.75 41.58 -
YUV 83.37 179.71 186.22 -
System Red Green Blue C M Y K H S L
Decimal 165 24 175 0.06 0.86 0 0.31 296.03 0.76 0.39
Hex A5 18 AF 6 56 0 1F 128 4C 27
Octal 245 30 257 6 126 0 37 450 114 47
Binary 10100101 11000 10101111 110 1010110 0 11111 100101000 1001100 100111

Color Harmonies of #A518AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A518AF

Black with #A518AF

Text Example


Text Example

White with #A518AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A518AF; }

 p { color: rgb(165,24,175); }

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

background-color css

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

 a { background-color: rgb(165,24,175); }

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

border-color css

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

 span { border-color: rgb(165,24,175); }

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