Html Css Color HEX #A505D1 Dark Violet

📋 copy color: '#A505D1'

red 165 ◦ green 5 ◦ blue 209

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

Shades of Dark Violet #A505D1

Tints of Dark Violet #A505D1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.32%

 BLUE value IS 209 (82.03% from 255) = 55.15%

R = 43.54%
G = 1.32%
B = 55.15%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A505D1 (or 0xA505D1) is known color: Dark Violet. HEX triplet: A5, 05 and D1. RGB value is (165,5,209). Sum of RGB (Red+Green+Blue) = 165+5+209=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 5 (2.34% from 255 or 1.32% from 379); Blue value is 209 (82.03% from 255 or 55.15% from 379); Max value from RGB is 209 - color contains mainly: blue. Hex color #A505D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A505D1 is #5AFA2E. Grayscale: #4B4B4B. Windows color (decimal): -5962287 or 13698469. OLE color: 13698469.

HSL color Cylindrical-coordinate representation of color #A505D1: hue angle of 287.06º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A505D1 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 5 209 -
CMYK 0.21 0.98 0 0.18
HSL 287.06º 0.95% 0.42% -
HSV(B) 287.06º 0.98% 0.82% -
XYZ 27.08 12.71 61.35 -
YUV 76.1 203.01 191.41 -
System Red Green Blue C M Y K H S L
Decimal 165 5 209 0.21 0.98 0 0.18 287.06 0.95 0.42
Hex A5 5 D1 15 62 0 12 11F 5F 2A
Octal 245 5 321 25 142 0 22 437 137 52
Binary 10100101 101 11010001 10101 1100010 0 10010 100011111 1011111 101010

Color Harmonies of #A505D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A505D1

Black with #A505D1

Text Example


Text Example

White with #A505D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A505D1; }

 p { color: rgb(165,5,209); }

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

background-color css

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

 a { background-color: rgb(165,5,209); }

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

border-color css

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

 span { border-color: rgb(165,5,209); }

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