Html Css Color HEX #AF8CB6 East Side

📋 copy color: '#AF8CB6'

red 175 ◦ green 140 ◦ blue 182

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

Shades of East Side #AF8CB6

Tints of East Side #AF8CB6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.17%

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

R = 35.21%
G = 28.17%
B = 36.62%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AF8CB6 (or 0xAF8CB6) is known color: East Side. HEX triplet: AF, 8C and B6. RGB value is (175,140,182). Sum of RGB (Red+Green+Blue) = 175+140+182=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF8CB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CB6 is #507349. Grayscale: #9B9B9B. Windows color (decimal): -5272394 or 11963567. OLE color: 11963567.

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

Color convert

RGB 175 140 182 -
CMYK 0.04 0.23 0 0.29
HSL 290º 0.22% 0.63% -
HSV(B) 290º 0.23% 0.71% -
XYZ 35.5 31.25 48.42 -
YUV 155.25 143.1 142.08 -
System Red Green Blue C M Y K H S L
Decimal 175 140 182 0.04 0.23 0 0.29 290 0.22 0.63
Hex AF 8C B6 4 17 0 1D 122 16 3F
Octal 257 214 266 4 27 0 35 442 26 77
Binary 10101111 10001100 10110110 100 10111 0 11101 100100010 10110 111111

Color Harmonies of #AF8CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8CB6

Black with #AF8CB6

Text Example


Text Example

White with #AF8CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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