Html Css Color HEX #A370AF Ce Soir

📋 copy color: '#A370AF'

red 163 ◦ green 112 ◦ blue 175

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

Shades of Ce Soir #A370AF

Tints of Ce Soir #A370AF

RGB

 RED value IS 163 (64.06% from 255) = 36.22%

 GREEN value IS 112 (44.14% from 255) = 24.89%

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

R = 36.22%
G = 24.89%
B = 38.89%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A370AF (or 0xA370AF) is known color: Ce Soir. HEX triplet: A3, 70 and AF. RGB value is (163,112,175). Sum of RGB (Red+Green+Blue) = 163+112+175=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #A370AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A370AF is #5C8F50. Grayscale: #868686. Windows color (decimal): -6066001 or 11497635. OLE color: 11497635.

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

Color convert

RGB 163 112 175 -
CMYK 0.07 0.36 0 0.31
HSL 288.57º 0.28% 0.56% -
HSV(B) 288.57º 0.36% 0.69% -
XYZ 28.64 22.47 43.39 -
YUV 134.43 150.9 148.38 -
System Red Green Blue C M Y K H S L
Decimal 163 112 175 0.07 0.36 0 0.31 288.57 0.28 0.56
Hex A3 70 AF 7 24 0 1F 121 1C 38
Octal 243 160 257 7 44 0 37 441 34 70
Binary 10100011 1110000 10101111 111 100100 0 11111 100100001 11100 111000

Color Harmonies of #A370AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A370AF

Black with #A370AF

Text Example


Text Example

White with #A370AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A370AF; }

 p { color: rgb(163,112,175); }

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

background-color css

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

 a { background-color: rgb(163,112,175); }

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

border-color css

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

 span { border-color: rgb(163,112,175); }

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