Html Css Color HEX #A575B4 Ce Soir

📋 copy color: '#A575B4'

red 165 ◦ green 117 ◦ blue 180

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

Shades of Ce Soir #A575B4

Tints of Ce Soir #A575B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.96%

R = 35.71%
G = 25.32%
B = 38.96%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A575B4 (or 0xA575B4) is known color: Ce Soir. HEX triplet: A5, 75 and B4. RGB value is (165,117,180). Sum of RGB (Red+Green+Blue) = 165+117+180=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 180 - color contains mainly: blue. Hex color #A575B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575B4 is #5A8A4B. Grayscale: #8A8A8A. Windows color (decimal): -5933644 or 11826597. OLE color: 11826597.

HSL color Cylindrical-coordinate representation of color #A575B4: hue angle of 285.71º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A575B4 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 117 180 -
CMYK 0.08 0.35 0 0.29
HSL 285.71º 0.3% 0.58% -
HSV(B) 285.71º 0.35% 0.71% -
XYZ 30.12 24.02 46.23 -
YUV 138.53 151.4 146.88 -
System Red Green Blue C M Y K H S L
Decimal 165 117 180 0.08 0.35 0 0.29 285.71 0.3 0.58
Hex A5 75 B4 8 23 0 1D 11E 1E 3A
Octal 245 165 264 10 43 0 35 436 36 72
Binary 10100101 1110101 10110100 1000 100011 0 11101 100011110 11110 111010

Color Harmonies of #A575B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A575B4

Black with #A575B4

Text Example


Text Example

White with #A575B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A575B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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