Html Css Color HEX #A519CF Dark Orchid

📋 copy color: '#A519CF'

red 165 ◦ green 25 ◦ blue 207

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

Shades of Dark Orchid #A519CF

Tints of Dark Orchid #A519CF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.3%

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

R = 41.56%
G = 6.3%
B = 52.14%

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

#A519CF (or 0xA519CF) is known color: Dark Orchid. HEX triplet: A5, 19 and CF. RGB value is (165,25,207). Sum of RGB (Red+Green+Blue) = 165+25+207=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #A519CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A519CF is #5AE630. Grayscale: #575757. Windows color (decimal): -5957169 or 13572517. OLE color: 13572517.

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

Color convert

RGB 165 25 207 -
CMYK 0.20 0.88 0 0.19
HSL 286.15º 0.78% 0.45% -
HSV(B) 286.15º 0.88% 0.81% -
XYZ 27.13 13.2 60.15 -
YUV 87.61 195.38 183.2 -
System Red Green Blue C M Y K H S L
Decimal 165 25 207 0.20 0.88 0 0.19 286.15 0.78 0.45
Hex A5 19 CF 14 58 0 13 11E 4E 2D
Octal 245 31 317 24 130 0 23 436 116 55
Binary 10100101 11001 11001111 10100 1011000 0 10011 100011110 1001110 101101

Color Harmonies of #A519CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A519CF

Black with #A519CF

Text Example


Text Example

White with #A519CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A519CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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