Html Css Color HEX #A38FB4 East Side

📋 copy color: '#A38FB4'

red 163 ◦ green 143 ◦ blue 180

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

Shades of East Side #A38FB4

Tints of East Side #A38FB4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.42%

 BLUE value IS 180 (70.7% from 255) = 37.04%

R = 33.54%
G = 29.42%
B = 37.04%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A38FB4 (or 0xA38FB4) is known color: East Side. HEX triplet: A3, 8F and B4. RGB value is (163,143,180). Sum of RGB (Red+Green+Blue) = 163+143+180=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 180 - color contains mainly: blue. Hex color #A38FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FB4 is #5C704B. Grayscale: #999999. Windows color (decimal): -6058060 or 11833251. OLE color: 11833251.

HSL color Cylindrical-coordinate representation of color #A38FB4: hue angle of 272.43º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A38FB4 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 143 180 -
CMYK 0.09 0.21 0 0.29
HSL 272.43º 0.2% 0.63% -
HSV(B) 272.43º 0.21% 0.71% -
XYZ 33.16 30.73 47.36 -
YUV 153.2 143.13 134.99 -
System Red Green Blue C M Y K H S L
Decimal 163 143 180 0.09 0.21 0 0.29 272.43 0.2 0.63
Hex A3 8F B4 9 15 0 1D 110 14 3F
Octal 243 217 264 11 25 0 35 420 24 77
Binary 10100011 10001111 10110100 1001 10101 0 11101 100010000 10100 111111

Color Harmonies of #A38FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38FB4

Black with #A38FB4

Text Example


Text Example

White with #A38FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38FB4; }

 p { color: rgb(163,143,180); }

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

background-color css

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

 a { background-color: rgb(163,143,180); }

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

border-color css

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

 span { border-color: rgb(163,143,180); }

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