Html Css Color HEX #AF8CBC East Side

📋 copy color: '#AF8CBC'

red 175 ◦ green 140 ◦ blue 188

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

Shades of East Side #AF8CBC

Tints of East Side #AF8CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.38%

R = 34.79%
G = 27.83%
B = 37.38%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF8CBC (or 0xAF8CBC) is known color: East Side. HEX triplet: AF, 8C and BC. RGB value is (175,140,188). Sum of RGB (Red+Green+Blue) = 175+140+188=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF8CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CBC is #507343. Grayscale: #9B9B9B. Windows color (decimal): -5272388 or 12356783. OLE color: 12356783.

HSL color Cylindrical-coordinate representation of color #AF8CBC: hue angle of 283.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF8CBC is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 140 188 -
CMYK 0.07 0.26 0 0.26
HSL 283.75º 0.26% 0.64% -
HSV(B) 283.75º 0.26% 0.74% -
XYZ 36.13 31.5 51.75 -
YUV 155.94 146.1 141.6 -
System Red Green Blue C M Y K H S L
Decimal 175 140 188 0.07 0.26 0 0.26 283.75 0.26 0.64
Hex AF 8C BC 7 1A 0 1A 11C 1A 40
Octal 257 214 274 7 32 0 32 434 32 100
Binary 10101111 10001100 10111100 111 11010 0 11010 100011100 11010 1000000

Color Harmonies of #AF8CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8CBC

Black with #AF8CBC

Text Example


Text Example

White with #AF8CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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