Html Css Color HEX #AF7AB6 East Side

📋 copy color: '#AF7AB6'

red 175 ◦ green 122 ◦ blue 182

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

Shades of East Side #AF7AB6

Tints of East Side #AF7AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38%

R = 36.53%
G = 25.47%
B = 38%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AF7AB6 (or 0xAF7AB6) is known color: East Side. HEX triplet: AF, 7A and B6. RGB value is (175,122,182). Sum of RGB (Red+Green+Blue) = 175+122+182=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF7AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7AB6 is #508549. Grayscale: #909090. Windows color (decimal): -5277002 or 11958959. OLE color: 11958959.

HSL color Cylindrical-coordinate representation of color #AF7AB6: hue angle of 293º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF7AB6 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 122 182 -
CMYK 0.04 0.33 0 0.29
HSL 293º 0.29% 0.6% -
HSV(B) 293º 0.33% 0.71% -
XYZ 33.08 26.41 47.61 -
YUV 144.69 149.06 149.62 -
System Red Green Blue C M Y K H S L
Decimal 175 122 182 0.04 0.33 0 0.29 293 0.29 0.6
Hex AF 7A B6 4 21 0 1D 125 1D 3C
Octal 257 172 266 4 41 0 35 445 35 74
Binary 10101111 1111010 10110110 100 100001 0 11101 100100101 11101 111100

Color Harmonies of #AF7AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7AB6

Black with #AF7AB6

Text Example


Text Example

White with #AF7AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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