Html Css Color HEX #A074AF Ce Soir

📋 copy color: '#A074AF'

red 160 ◦ green 116 ◦ blue 175

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

Shades of Ce Soir #A074AF

Tints of Ce Soir #A074AF

RGB

 RED value IS 160 (62.89% from 255) = 35.48%

 GREEN value IS 116 (45.7% from 255) = 25.72%

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

R = 35.48%
G = 25.72%
B = 38.8%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A074AF (or 0xA074AF) is known color: Ce Soir. HEX triplet: A0, 74 and AF. RGB value is (160,116,175). Sum of RGB (Red+Green+Blue) = 160+116+175=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #A074AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A074AF is #5F8B50. Grayscale: #878787. Windows color (decimal): -6261585 or 11498656. OLE color: 11498656.

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

Color convert

RGB 160 116 175 -
CMYK 0.09 0.34 0 0.31
HSL 284.75º 0.27% 0.57% -
HSV(B) 284.75º 0.34% 0.69% -
XYZ 28.48 23.06 43.51 -
YUV 135.88 150.08 145.2 -
System Red Green Blue C M Y K H S L
Decimal 160 116 175 0.09 0.34 0 0.31 284.75 0.27 0.57
Hex A0 74 AF 9 22 0 1F 11D 1B 39
Octal 240 164 257 11 42 0 37 435 33 71
Binary 10100000 1110100 10101111 1001 100010 0 11111 100011101 11011 111001

Color Harmonies of #A074AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A074AF

Black with #A074AF

Text Example


Text Example

White with #A074AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A074AF; }

 p { color: rgb(160,116,175); }

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

background-color css

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

 a { background-color: rgb(160,116,175); }

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

border-color css

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

 span { border-color: rgb(160,116,175); }

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