Html Css Color HEX #A518CC Dark Orchid

📋 copy color: '#A518CC'

red 165 ◦ green 24 ◦ blue 204

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

Shades of Dark Orchid #A518CC

Tints of Dark Orchid #A518CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.91%

R = 41.98%
G = 6.11%
B = 51.91%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A518CC (or 0xA518CC) is known color: Dark Orchid. HEX triplet: A5, 18 and CC. RGB value is (165,24,204). Sum of RGB (Red+Green+Blue) = 165+24+204=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #A518CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A518CC is #5AE733. Grayscale: #565656. Windows color (decimal): -5957428 or 13375653. OLE color: 13375653.

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

Color convert

RGB 165 24 204 -
CMYK 0.19 0.88 0 0.2
HSL 287º 0.79% 0.45% -
HSV(B) 287º 0.88% 0.8% -
XYZ 26.74 13.01 58.23 -
YUV 86.68 194.21 183.86 -
System Red Green Blue C M Y K H S L
Decimal 165 24 204 0.19 0.88 0 0.2 287 0.79 0.45
Hex A5 18 CC 13 58 0 14 11F 4F 2D
Octal 245 30 314 23 130 0 24 437 117 55
Binary 10100101 11000 11001100 10011 1011000 0 10100 100011111 1001111 101101

Color Harmonies of #A518CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A518CC

Black with #A518CC

Text Example


Text Example

White with #A518CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A518CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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