Html Css Color HEX #A470B7 Ce Soir

📋 copy color: '#A470B7'

red 164 ◦ green 112 ◦ blue 183

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

Shades of Ce Soir #A470B7

Tints of Ce Soir #A470B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.87%

R = 35.73%
G = 24.4%
B = 39.87%

CMYK

 C value IS 0.10

 M value IS 0.39

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A470B7 (or 0xA470B7) is known color: Ce Soir. HEX triplet: A4, 70 and B7. RGB value is (164,112,183). Sum of RGB (Red+Green+Blue) = 164+112+183=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 183 - color contains mainly: blue. Hex color #A470B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A470B7 is #5B8F48. Grayscale: #878787. Windows color (decimal): -6000457 or 12021924. OLE color: 12021924.

HSL color Cylindrical-coordinate representation of color #A470B7: hue angle of 283.94º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A470B7 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 112 183 -
CMYK 0.10 0.39 0 0.28
HSL 283.94º 0.33% 0.58% -
HSV(B) 283.94º 0.39% 0.72% -
XYZ 29.65 22.9 47.66 -
YUV 135.64 154.73 148.23 -
System Red Green Blue C M Y K H S L
Decimal 164 112 183 0.10 0.39 0 0.28 283.94 0.33 0.58
Hex A4 70 B7 A 27 0 1C 11C 21 3A
Octal 244 160 267 12 47 0 34 434 41 72
Binary 10100100 1110000 10110111 1010 100111 0 11100 100011100 100001 111010

Color Harmonies of #A470B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A470B7

Black with #A470B7

Text Example


Text Example

White with #A470B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A470B7; }

 p { color: rgb(164,112,183); }

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

background-color css

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

 a { background-color: rgb(164,112,183); }

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

border-color css

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

 span { border-color: rgb(164,112,183); }

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