Html Css Color HEX #A575A2 Violet Blue

📋 copy color: '#A575A2'

red 165 ◦ green 117 ◦ blue 162

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

Shades of Violet Blue #A575A2

Tints of Violet Blue #A575A2

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.35%

 BLUE value IS 162 (63.67% from 255) = 36.49%

R = 37.16%
G = 26.35%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A575A2 (or 0xA575A2) is known color: Violet Blue. HEX triplet: A5, 75 and A2. RGB value is (165,117,162). Sum of RGB (Red+Green+Blue) = 165+117+162=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 165 - color contains mainly: red. Hex color #A575A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A575A2 is #5A8A5D. Grayscale: #888888. Windows color (decimal): -5933662 or 10646949. OLE color: 10646949.

HSL color Cylindrical-coordinate representation of color #A575A2: hue angle of 303.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A575A2 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 117 162 -
CMYK 0 0.29 0.02 0.35
HSL 303.75º 0.21% 0.55% -
HSV(B) 303.75º 0.29% 0.65% -
XYZ 28.4 23.33 37.19 -
YUV 136.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 165 117 162 0 0.29 0.02 0.35 303.75 0.21 0.55
Hex A5 75 A2 0 1D 2 23 130 15 37
Octal 245 165 242 0 35 2 43 460 25 67
Binary 10100101 1110101 10100010 0 11101 10 100011 100110000 10101 110111

Color Harmonies of #A575A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A575A2

Black with #A575A2

Text Example


Text Example

White with #A575A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A575A2; }

 p { color: rgb(165,117,162); }

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

background-color css

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

 a { background-color: rgb(165,117,162); }

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

border-color css

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

 span { border-color: rgb(165,117,162); }

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