Html Css Color HEX #A575A4 Violet Blue

📋 copy color: '#A575A4'

red 165 ◦ green 117 ◦ blue 164

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

Shades of Violet Blue #A575A4

Tints of Violet Blue #A575A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.77%

R = 37%
G = 26.23%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A575A4 (or 0xA575A4) is known color: Violet Blue. HEX triplet: A5, 75 and A4. RGB value is (165,117,164). Sum of RGB (Red+Green+Blue) = 165+117+164=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 165 - color contains mainly: red. Hex color #A575A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A575A4 is #5A8A5B. Grayscale: #888888. Windows color (decimal): -5933660 or 10778021. OLE color: 10778021.

HSL color Cylindrical-coordinate representation of color #A575A4: hue angle of 301.25º 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 #A575A4 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 117 164 -
CMYK 0 0.29 0.01 0.35
HSL 301.25º 0.21% 0.55% -
HSV(B) 301.25º 0.29% 0.65% -
XYZ 28.58 23.4 38.13 -
YUV 136.71 143.4 148.18 -
System Red Green Blue C M Y K H S L
Decimal 165 117 164 0 0.29 0.01 0.35 301.25 0.21 0.55
Hex A5 75 A4 0 1D 1 23 12D 15 37
Octal 245 165 244 0 35 1 43 455 25 67
Binary 10100101 1110101 10100100 0 11101 1 100011 100101101 10101 110111

Color Harmonies of #A575A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A575A4

Black with #A575A4

Text Example


Text Example

White with #A575A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A575A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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