Html Css Color HEX #A519C8 Dark Orchid

📋 copy color: '#A519C8'

red 165 ◦ green 25 ◦ blue 200

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

Shades of Dark Orchid #A519C8

Tints of Dark Orchid #A519C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 51.28%

R = 42.31%
G = 6.41%
B = 51.28%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A519C8 (or 0xA519C8) is known color: Dark Orchid. HEX triplet: A5, 19 and C8. RGB value is (165,25,200). Sum of RGB (Red+Green+Blue) = 165+25+200=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 200 (78.52% from 255 or 51.28% from 390); Max value from RGB is 200 - color contains mainly: blue. Hex color #A519C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A519C8 is #5AE637. Grayscale: #565656. Windows color (decimal): -5957176 or 13113765. OLE color: 13113765.

HSL color Cylindrical-coordinate representation of color #A519C8: hue angle of 288º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A519C8 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 25 200 -
CMYK 0.18 0.88 0 0.22
HSL 288º 0.78% 0.44% -
HSV(B) 288º 0.88% 0.78% -
XYZ 26.29 12.86 55.74 -
YUV 86.81 191.88 183.77 -
System Red Green Blue C M Y K H S L
Decimal 165 25 200 0.18 0.88 0 0.22 288 0.78 0.44
Hex A5 19 C8 12 58 0 16 120 4E 2C
Octal 245 31 310 22 130 0 26 440 116 54
Binary 10100101 11001 11001000 10010 1011000 0 10110 100100000 1001110 101100

Color Harmonies of #A519C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A519C8

Black with #A519C8

Text Example


Text Example

White with #A519C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A519C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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