Html Css Color HEX #A518CB Dark Orchid

📋 copy color: '#A518CB'

red 165 ◦ green 24 ◦ blue 203

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

Shades of Dark Orchid #A518CB

Tints of Dark Orchid #A518CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.79%

R = 42.09%
G = 6.12%
B = 51.79%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A518CB (or 0xA518CB) is known color: Dark Orchid. HEX triplet: A5, 18 and CB. RGB value is (165,24,203). Sum of RGB (Red+Green+Blue) = 165+24+203=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #A518CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A518CB is #5AE734. Grayscale: #555555. Windows color (decimal): -5957429 or 13310117. OLE color: 13310117.

HSL color Cylindrical-coordinate representation of color #A518CB: hue angle of 287.26º 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 #A518CB is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 24 203 -
CMYK 0.19 0.88 0 0.20
HSL 287.26º 0.79% 0.45% -
HSV(B) 287.26º 0.88% 0.8% -
XYZ 26.62 12.96 57.6 -
YUV 86.57 193.71 183.95 -
System Red Green Blue C M Y K H S L
Decimal 165 24 203 0.19 0.88 0 0.20 287.26 0.79 0.45
Hex A5 18 CB 13 58 0 14 11F 4F 2D
Octal 245 30 313 23 130 0 24 437 117 55
Binary 10100101 11000 11001011 10011 1011000 0 10100 100011111 1001111 101101

Color Harmonies of #A518CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A518CB

Black with #A518CB

Text Example


Text Example

White with #A518CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A518CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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