Html Css Color HEX #A07BAD Ce Soir

📋 copy color: '#A07BAD'

red 160 ◦ green 123 ◦ blue 173

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

Shades of Ce Soir #A07BAD

Tints of Ce Soir #A07BAD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.97%

 BLUE value IS 173 (67.97% from 255) = 37.94%

R = 35.09%
G = 26.97%
B = 37.94%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A07BAD (or 0xA07BAD) is known color: Ce Soir. HEX triplet: A0, 7B and AD. RGB value is (160,123,173). Sum of RGB (Red+Green+Blue) = 160+123+173=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 173 - color contains mainly: blue. Hex color #A07BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07BAD is #5F8452. Grayscale: #8B8B8B. Windows color (decimal): -6259795 or 11369376. OLE color: 11369376.

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

Color convert

RGB 160 123 173 -
CMYK 0.08 0.29 0 0.32
HSL 284.4º 0.23% 0.58% -
HSV(B) 284.4º 0.29% 0.68% -
XYZ 29.12 24.66 42.76 -
YUV 139.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 160 123 173 0.08 0.29 0 0.32 284.4 0.23 0.58
Hex A0 7B AD 8 1D 0 20 11C 17 3A
Octal 240 173 255 10 35 0 40 434 27 72
Binary 10100000 1111011 10101101 1000 11101 0 100000 100011100 10111 111010

Color Harmonies of #A07BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07BAD

Black with #A07BAD

Text Example


Text Example

White with #A07BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07BAD; }

 p { color: rgb(160,123,173); }

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

background-color css

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

 a { background-color: rgb(160,123,173); }

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

border-color css

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

 span { border-color: rgb(160,123,173); }

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