Html Css Color HEX #A570B0 Ce Soir

📋 copy color: '#A570B0'

red 165 ◦ green 112 ◦ blue 176

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

Shades of Ce Soir #A570B0

Tints of Ce Soir #A570B0

RGB

 RED value IS 165 (64.84% from 255) = 36.42%

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

 BLUE value IS 176 (69.14% from 255) = 38.85%

R = 36.42%
G = 24.72%
B = 38.85%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A570B0 (or 0xA570B0) is known color: Ce Soir. HEX triplet: A5, 70 and B0. RGB value is (165,112,176). Sum of RGB (Red+Green+Blue) = 165+112+176=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 176 - color contains mainly: blue. Hex color #A570B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A570B0 is #5A8F4F. Grayscale: #868686. Windows color (decimal): -5934928 or 11563173. OLE color: 11563173.

HSL color Cylindrical-coordinate representation of color #A570B0: hue angle of 289.69º degrees, saturation: 0.29, 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 #A570B0 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 112 176 -
CMYK 0.06 0.36 0 0.31
HSL 289.69º 0.29% 0.56% -
HSV(B) 289.69º 0.36% 0.69% -
XYZ 29.15 22.72 43.92 -
YUV 135.14 151.06 149.3 -
System Red Green Blue C M Y K H S L
Decimal 165 112 176 0.06 0.36 0 0.31 289.69 0.29 0.56
Hex A5 70 B0 6 24 0 1F 122 1D 38
Octal 245 160 260 6 44 0 37 442 35 70
Binary 10100101 1110000 10110000 110 100100 0 11111 100100010 11101 111000

Color Harmonies of #A570B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A570B0

Black with #A570B0

Text Example


Text Example

White with #A570B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A570B0; }

 p { color: rgb(165,112,176); }

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

background-color css

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

 a { background-color: rgb(165,112,176); }

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

border-color css

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

 span { border-color: rgb(165,112,176); }

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