Html Css Color HEX #A519D4 Dark Orchid

📋 copy color: '#A519D4'

red 165 ◦ green 25 ◦ blue 212

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

Shades of Dark Orchid #A519D4

Tints of Dark Orchid #A519D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 52.74%

R = 41.04%
G = 6.22%
B = 52.74%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A519D4 (or 0xA519D4) is known color: Dark Orchid. HEX triplet: A5, 19 and D4. RGB value is (165,25,212). Sum of RGB (Red+Green+Blue) = 165+25+212=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 212 (83.20% from 255 or 52.74% from 402); Max value from RGB is 212 - color contains mainly: blue. Hex color #A519D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A519D4 is #5AE62B. Grayscale: #575757. Windows color (decimal): -5957164 or 13900197. OLE color: 13900197.

HSL color Cylindrical-coordinate representation of color #A519D4: hue angle of 284.92º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A519D4 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 165 25 212 -
CMYK 0.22 0.88 0 0.17
HSL 284.92º 0.79% 0.46% -
HSV(B) 284.92º 0.88% 0.83% -
XYZ 27.75 13.45 63.42 -
YUV 88.18 197.88 182.79 -
System Red Green Blue C M Y K H S L
Decimal 165 25 212 0.22 0.88 0 0.17 284.92 0.79 0.46
Hex A5 19 D4 16 58 0 11 11D 4F 2E
Octal 245 31 324 26 130 0 21 435 117 56
Binary 10100101 11001 11010100 10110 1011000 0 10001 100011101 1001111 101110

Color Harmonies of #A519D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A519D4

Black with #A519D4

Text Example


Text Example

White with #A519D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A519D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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