Html Css Color HEX #A502DF Dark Violet

📋 copy color: '#A502DF'

red 165 ◦ green 2 ◦ blue 223

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

Shades of Dark Violet #A502DF

Tints of Dark Violet #A502DF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

 BLUE value IS 223 (87.5% from 255) = 57.18%

R = 42.31%
G = 0.51%
B = 57.18%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A502DF (or 0xA502DF) is known color: Dark Violet. HEX triplet: A5, 02 and DF. RGB value is (165,2,223). Sum of RGB (Red+Green+Blue) = 165+2+223=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #A502DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A502DF is #5AFD20. Grayscale: #4B4B4B. Windows color (decimal): -5963041 or 14615205. OLE color: 14615205.

HSL color Cylindrical-coordinate representation of color #A502DF: hue angle of 284.25º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A502DF is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 2 223 -
CMYK 0.26 0.99 0 0.13
HSL 284.25º 0.98% 0.44% -
HSV(B) 284.25º 0.99% 0.87% -
XYZ 28.86 13.37 70.87 -
YUV 75.93 211 191.53 -
System Red Green Blue C M Y K H S L
Decimal 165 2 223 0.26 0.99 0 0.13 284.25 0.98 0.44
Hex A5 2 DF 1A 63 0 D 11C 62 2C
Octal 245 2 337 32 143 0 15 434 142 54
Binary 10100101 10 11011111 11010 1100011 0 1101 100011100 1100010 101100

Color Harmonies of #A502DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A502DF

Black with #A502DF

Text Example


Text Example

White with #A502DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A502DF; }

 p { color: rgb(165,2,223); }

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

background-color css

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

 a { background-color: rgb(165,2,223); }

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

border-color css

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

 span { border-color: rgb(165,2,223); }

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