Html Css Color HEX #AF85BF East Side

📋 copy color: '#AF85BF'

red 175 ◦ green 133 ◦ blue 191

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

Shades of East Side #AF85BF

Tints of East Side #AF85BF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.65%

 BLUE value IS 191 (75% from 255) = 38.28%

R = 35.07%
G = 26.65%
B = 38.28%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF85BF (or 0xAF85BF) is known color: East Side. HEX triplet: AF, 85 and BF. RGB value is (175,133,191). Sum of RGB (Red+Green+Blue) = 175+133+191=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF85BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85BF is #507A40. Grayscale: #979797. Windows color (decimal): -5274177 or 12551599. OLE color: 12551599.

HSL color Cylindrical-coordinate representation of color #AF85BF: hue angle of 283.45º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF85BF is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 133 191 -
CMYK 0.08 0.30 0 0.25
HSL 283.45º 0.31% 0.64% -
HSV(B) 283.45º 0.3% 0.75% -
XYZ 35.47 29.65 53.14 -
YUV 152.17 149.91 144.28 -
System Red Green Blue C M Y K H S L
Decimal 175 133 191 0.08 0.30 0 0.25 283.45 0.31 0.64
Hex AF 85 BF 8 1E 0 19 11B 1F 40
Octal 257 205 277 10 36 0 31 433 37 100
Binary 10101111 10000101 10111111 1000 11110 0 11001 100011011 11111 1000000

Color Harmonies of #AF85BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF85BF

Black with #AF85BF

Text Example


Text Example

White with #AF85BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF85BF; }

 p { color: rgb(175,133,191); }

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

background-color css

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

 a { background-color: rgb(175,133,191); }

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

border-color css

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

 span { border-color: rgb(175,133,191); }

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