Html Css Color HEX #A518CF Dark Orchid

📋 copy color: '#A518CF'

red 165 ◦ green 24 ◦ blue 207

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

Shades of Dark Orchid #A518CF

Tints of Dark Orchid #A518CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.27%

R = 41.67%
G = 6.06%
B = 52.27%

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

#A518CF (or 0xA518CF) is known color: Dark Orchid. HEX triplet: A5, 18 and CF. RGB value is (165,24,207). Sum of RGB (Red+Green+Blue) = 165+24+207=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #A518CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A518CF is #5AE730. Grayscale: #565656. Windows color (decimal): -5957425 or 13572261. OLE color: 13572261.

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

Color convert

RGB 165 24 207 -
CMYK 0.20 0.88 0 0.19
HSL 286.23º 0.79% 0.45% -
HSV(B) 286.23º 0.88% 0.81% -
XYZ 27.11 13.16 60.14 -
YUV 87.02 195.71 183.62 -
System Red Green Blue C M Y K H S L
Decimal 165 24 207 0.20 0.88 0 0.19 286.23 0.79 0.45
Hex A5 18 CF 14 58 0 13 11E 4F 2D
Octal 245 30 317 24 130 0 23 436 117 55
Binary 10100101 11000 11001111 10100 1011000 0 10011 100011110 1001111 101101

Color Harmonies of #A518CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A518CF

Black with #A518CF

Text Example


Text Example

White with #A518CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A518CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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