Html Css Color HEX #A519CE Dark Orchid

📋 copy color: '#A519CE'

red 165 ◦ green 25 ◦ blue 206

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

Shades of Dark Orchid #A519CE

Tints of Dark Orchid #A519CE

RGB

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

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

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

R = 41.67%
G = 6.31%
B = 52.02%

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

#A519CE (or 0xA519CE) is known color: Dark Orchid. HEX triplet: A5, 19 and CE. RGB value is (165,25,206). Sum of RGB (Red+Green+Blue) = 165+25+206=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #A519CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A519CE is #5AE631. Grayscale: #565656. Windows color (decimal): -5957170 or 13506981. OLE color: 13506981.

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

Color convert

RGB 165 25 206 -
CMYK 0.20 0.88 0 0.19
HSL 286.41º 0.78% 0.45% -
HSV(B) 286.41º 0.88% 0.81% -
XYZ 27.01 13.15 59.51 -
YUV 87.49 194.88 183.28 -
System Red Green Blue C M Y K H S L
Decimal 165 25 206 0.20 0.88 0 0.19 286.41 0.78 0.45
Hex A5 19 CE 14 58 0 13 11E 4E 2D
Octal 245 31 316 24 130 0 23 436 116 55
Binary 10100101 11001 11001110 10100 1011000 0 10011 100011110 1001110 101101

Color Harmonies of #A519CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A519CE

Black with #A519CE

Text Example


Text Example

White with #A519CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A519CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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