Html Css Color HEX #AF7ABB East Side

📋 copy color: '#AF7ABB'

red 175 ◦ green 122 ◦ blue 187

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

Shades of East Side #AF7ABB

Tints of East Side #AF7ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 36.16%
G = 25.21%
B = 38.64%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF7ABB (or 0xAF7ABB) is known color: East Side. HEX triplet: AF, 7A and BB. RGB value is (175,122,187). Sum of RGB (Red+Green+Blue) = 175+122+187=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF7ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7ABB is #508544. Grayscale: #919191. Windows color (decimal): -5276997 or 12286639. OLE color: 12286639.

HSL color Cylindrical-coordinate representation of color #AF7ABB: hue angle of 288.92º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF7ABB is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 122 187 -
CMYK 0.06 0.35 0 0.27
HSL 288.92º 0.32% 0.61% -
HSV(B) 288.92º 0.35% 0.73% -
XYZ 33.61 26.62 50.38 -
YUV 145.26 151.56 149.21 -
System Red Green Blue C M Y K H S L
Decimal 175 122 187 0.06 0.35 0 0.27 288.92 0.32 0.61
Hex AF 7A BB 6 23 0 1B 121 20 3D
Octal 257 172 273 6 43 0 33 441 40 75
Binary 10101111 1111010 10111011 110 100011 0 11011 100100001 100000 111101

Color Harmonies of #AF7ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7ABB

Black with #AF7ABB

Text Example


Text Example

White with #AF7ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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