Html Css Color HEX #A506DF Dark Violet

📋 copy color: '#A506DF'

red 165 ◦ green 6 ◦ blue 223

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

Shades of Dark Violet #A506DF

Tints of Dark Violet #A506DF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.52%

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

R = 41.88%
G = 1.52%
B = 56.6%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A506DF (or 0xA506DF) is known color: Dark Violet. HEX triplet: A5, 06 and DF. RGB value is (165,6,223). Sum of RGB (Red+Green+Blue) = 165+6+223=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #A506DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A506DF is #5AF920. Grayscale: #4D4D4D. Windows color (decimal): -5962017 or 14616229. OLE color: 14616229.

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

Color convert

RGB 165 6 223 -
CMYK 0.26 0.97 0 0.13
HSL 283.96º 0.95% 0.45% -
HSV(B) 283.96º 0.97% 0.87% -
XYZ 28.9 13.46 70.89 -
YUV 78.28 209.68 189.86 -
System Red Green Blue C M Y K H S L
Decimal 165 6 223 0.26 0.97 0 0.13 283.96 0.95 0.45
Hex A5 6 DF 1A 61 0 D 11C 5F 2D
Octal 245 6 337 32 141 0 15 434 137 55
Binary 10100101 110 11011111 11010 1100001 0 1101 100011100 1011111 101101

Color Harmonies of #A506DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A506DF

Black with #A506DF

Text Example


Text Example

White with #A506DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A506DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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