Html Css Color HEX #A07AAB Ce Soir

📋 copy color: '#A07AAB'

red 160 ◦ green 122 ◦ blue 171

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

Shades of Ce Soir #A07AAB

Tints of Ce Soir #A07AAB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.93%

 BLUE value IS 171 (67.19% from 255) = 37.75%

R = 35.32%
G = 26.93%
B = 37.75%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A07AAB (or 0xA07AAB) is known color: Ce Soir. HEX triplet: A0, 7A and AB. RGB value is (160,122,171). Sum of RGB (Red+Green+Blue) = 160+122+171=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #A07AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07AAB is #5F8554. Grayscale: #8A8A8A. Windows color (decimal): -6260053 or 11238048. OLE color: 11238048.

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

Color convert

RGB 160 122 171 -
CMYK 0.06 0.29 0 0.33
HSL 286.53º 0.23% 0.57% -
HSV(B) 286.53º 0.29% 0.67% -
XYZ 28.81 24.33 41.71 -
YUV 138.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 160 122 171 0.06 0.29 0 0.33 286.53 0.23 0.57
Hex A0 7A AB 6 1D 0 21 11F 17 39
Octal 240 172 253 6 35 0 41 437 27 71
Binary 10100000 1111010 10101011 110 11101 0 100001 100011111 10111 111001

Color Harmonies of #A07AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07AAB

Black with #A07AAB

Text Example


Text Example

White with #A07AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07AAB; }

 p { color: rgb(160,122,171); }

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

background-color css

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

 a { background-color: rgb(160,122,171); }

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

border-color css

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

 span { border-color: rgb(160,122,171); }

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