Html Css Color HEX #A518CE Dark Orchid

📋 copy color: '#A518CE'

red 165 ◦ green 24 ◦ blue 206

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

Shades of Dark Orchid #A518CE

Tints of Dark Orchid #A518CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.15%

R = 41.77%
G = 6.08%
B = 52.15%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A518CE (or 0xA518CE) is known color: Dark Orchid. HEX triplet: A5, 18 and CE. RGB value is (165,24,206). Sum of RGB (Red+Green+Blue) = 165+24+206=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #A518CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A518CE is #5AE731. Grayscale: #565656. Windows color (decimal): -5957426 or 13506725. OLE color: 13506725.

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

Color convert

RGB 165 24 206 -
CMYK 0.20 0.88 0 0.19
HSL 286.48º 0.79% 0.45% -
HSV(B) 286.48º 0.88% 0.81% -
XYZ 26.98 13.11 59.5 -
YUV 86.91 195.21 183.7 -
System Red Green Blue C M Y K H S L
Decimal 165 24 206 0.20 0.88 0 0.19 286.48 0.79 0.45
Hex A5 18 CE 14 58 0 13 11E 4F 2D
Octal 245 30 316 24 130 0 23 436 117 55
Binary 10100101 11000 11001110 10100 1011000 0 10011 100011110 1001111 101101

Color Harmonies of #A518CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A518CE

Black with #A518CE

Text Example


Text Example

White with #A518CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A518CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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