Html Css Color HEX #AF7CBB East Side

📋 copy color: '#AF7CBB'

red 175 ◦ green 124 ◦ blue 187

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

Shades of East Side #AF7CBB

Tints of East Side #AF7CBB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.51%

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

R = 36.01%
G = 25.51%
B = 38.48%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF7CBB (or 0xAF7CBB) is known color: East Side. HEX triplet: AF, 7C and BB. RGB value is (175,124,187). Sum of RGB (Red+Green+Blue) = 175+124+187=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF7CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7CBB is #508344. Grayscale: #929292. Windows color (decimal): -5276485 or 12287151. OLE color: 12287151.

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

Color convert

RGB 175 124 187 -
CMYK 0.06 0.34 0 0.27
HSL 288.57º 0.32% 0.61% -
HSV(B) 288.57º 0.34% 0.73% -
XYZ 33.86 27.12 50.46 -
YUV 146.43 150.9 148.38 -
System Red Green Blue C M Y K H S L
Decimal 175 124 187 0.06 0.34 0 0.27 288.57 0.32 0.61
Hex AF 7C BB 6 22 0 1B 121 20 3D
Octal 257 174 273 6 42 0 33 441 40 75
Binary 10101111 1111100 10111011 110 100010 0 11011 100100001 100000 111101

Color Harmonies of #AF7CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CBB

Black with #AF7CBB

Text Example


Text Example

White with #AF7CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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