Html Css Color HEX #A505C2 Dark Violet

📋 copy color: '#A505C2'

red 165 ◦ green 5 ◦ blue 194

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

Shades of Dark Violet #A505C2

Tints of Dark Violet #A505C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 53.3%

R = 45.33%
G = 1.37%
B = 53.3%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A505C2 (or 0xA505C2) is known color: Dark Violet. HEX triplet: A5, 05 and C2. RGB value is (165,5,194). Sum of RGB (Red+Green+Blue) = 165+5+194=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 194 (76.17% from 255 or 53.30% from 364); Max value from RGB is 194 - color contains mainly: blue. Hex color #A505C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A505C2 is #5AFA3D. Grayscale: #494949. Windows color (decimal): -5962302 or 12715429. OLE color: 12715429.

HSL color Cylindrical-coordinate representation of color #A505C2: hue angle of 290.79º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A505C2 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 5 194 -
CMYK 0.15 0.97 0 0.24
HSL 290.79º 0.95% 0.39% -
HSV(B) 290.79º 0.97% 0.76% -
XYZ 25.31 12 52.02 -
YUV 74.39 195.51 192.63 -
System Red Green Blue C M Y K H S L
Decimal 165 5 194 0.15 0.97 0 0.24 290.79 0.95 0.39
Hex A5 5 C2 F 61 0 18 123 5F 27
Octal 245 5 302 17 141 0 30 443 137 47
Binary 10100101 101 11000010 1111 1100001 0 11000 100100011 1011111 100111

Color Harmonies of #A505C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A505C2

Black with #A505C2

Text Example


Text Example

White with #A505C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A505C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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