Html Css Color HEX #A471AF Ce Soir

📋 copy color: '#A471AF'

red 164 ◦ green 113 ◦ blue 175

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

Shades of Ce Soir #A471AF

Tints of Ce Soir #A471AF

RGB

 RED value IS 164 (64.45% from 255) = 36.28%

 GREEN value IS 113 (44.53% from 255) = 25%

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

R = 36.28%
G = 25%
B = 38.72%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A471AF (or 0xA471AF) is known color: Ce Soir. HEX triplet: A4, 71 and AF. RGB value is (164,113,175). Sum of RGB (Red+Green+Blue) = 164+113+175=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 175 - color contains mainly: blue. Hex color #A471AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A471AF is #5B8E50. Grayscale: #878787. Windows color (decimal): -6000209 or 11497892. OLE color: 11497892.

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

Color convert

RGB 164 113 175 -
CMYK 0.06 0.35 0 0.31
HSL 289.35º 0.28% 0.56% -
HSV(B) 289.35º 0.35% 0.69% -
XYZ 28.95 22.8 43.43 -
YUV 135.32 150.4 148.46 -
System Red Green Blue C M Y K H S L
Decimal 164 113 175 0.06 0.35 0 0.31 289.35 0.28 0.56
Hex A4 71 AF 6 23 0 1F 121 1C 38
Octal 244 161 257 6 43 0 37 441 34 70
Binary 10100100 1110001 10101111 110 100011 0 11111 100100001 11100 111000

Color Harmonies of #A471AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A471AF

Black with #A471AF

Text Example


Text Example

White with #A471AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A471AF; }

 p { color: rgb(164,113,175); }

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

background-color css

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

 a { background-color: rgb(164,113,175); }

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

border-color css

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

 span { border-color: rgb(164,113,175); }

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