Html Css Color HEX #A575AF Ce Soir

📋 copy color: '#A575AF'

red 165 ◦ green 117 ◦ blue 175

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

Shades of Ce Soir #A575AF

Tints of Ce Soir #A575AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.29%

R = 36.11%
G = 25.6%
B = 38.29%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A575AF (or 0xA575AF) is known color: Ce Soir. HEX triplet: A5, 75 and AF. RGB value is (165,117,175). Sum of RGB (Red+Green+Blue) = 165+117+175=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #A575AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A575AF is #5A8A50. Grayscale: #898989. Windows color (decimal): -5933649 or 11498917. OLE color: 11498917.

HSL color Cylindrical-coordinate representation of color #A575AF: hue angle of 289.66º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A575AF is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 117 175 -
CMYK 0.06 0.33 0 0.31
HSL 289.66º 0.27% 0.57% -
HSV(B) 289.66º 0.33% 0.69% -
XYZ 29.62 23.82 43.59 -
YUV 137.96 148.9 147.28 -
System Red Green Blue C M Y K H S L
Decimal 165 117 175 0.06 0.33 0 0.31 289.66 0.27 0.57
Hex A5 75 AF 6 21 0 1F 122 1B 39
Octal 245 165 257 6 41 0 37 442 33 71
Binary 10100101 1110101 10101111 110 100001 0 11111 100100010 11011 111001

Color Harmonies of #A575AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A575AF

Black with #A575AF

Text Example


Text Example

White with #A575AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A575AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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