Html Css Color HEX #AF7AB4 East Side

📋 copy color: '#AF7AB4'

red 175 ◦ green 122 ◦ blue 180

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

Shades of East Side #AF7AB4

Tints of East Side #AF7AB4

RGB

 RED value IS 175 (68.75% from 255) = 36.69%

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

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

R = 36.69%
G = 25.58%
B = 37.74%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AF7AB4 (or 0xAF7AB4) is known color: East Side. HEX triplet: AF, 7A and B4. RGB value is (175,122,180). Sum of RGB (Red+Green+Blue) = 175+122+180=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF7AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7AB4 is #50854B. Grayscale: #909090. Windows color (decimal): -5277004 or 11827887. OLE color: 11827887.

HSL color Cylindrical-coordinate representation of color #AF7AB4: hue angle of 294.83º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF7AB4 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 122 180 -
CMYK 0.03 0.32 0 0.29
HSL 294.83º 0.28% 0.59% -
HSV(B) 294.83º 0.32% 0.71% -
XYZ 32.88 26.33 46.53 -
YUV 144.46 148.06 149.78 -
System Red Green Blue C M Y K H S L
Decimal 175 122 180 0.03 0.32 0 0.29 294.83 0.28 0.59
Hex AF 7A B4 3 20 0 1D 127 1C 3B
Octal 257 172 264 3 40 0 35 447 34 73
Binary 10101111 1111010 10110100 11 100000 0 11101 100100111 11100 111011

Color Harmonies of #AF7AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7AB4

Black with #AF7AB4

Text Example


Text Example

White with #AF7AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7AB4; }

 p { color: rgb(175,122,180); }

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

background-color css

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

 a { background-color: rgb(175,122,180); }

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

border-color css

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

 span { border-color: rgb(175,122,180); }

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