Html Css Color HEX #AF85C0 East Side

📋 copy color: '#AF85C0'

red 175 ◦ green 133 ◦ blue 192

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

Shades of East Side #AF85C0

Tints of East Side #AF85C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.4%

R = 35%
G = 26.6%
B = 38.4%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF85C0 (or 0xAF85C0) is known color: East Side. HEX triplet: AF, 85 and C0. RGB value is (175,133,192). Sum of RGB (Red+Green+Blue) = 175+133+192=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF85C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85C0 is #507A3F. Grayscale: #989898. Windows color (decimal): -5274176 or 12617135. OLE color: 12617135.

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

Color convert

RGB 175 133 192 -
CMYK 0.09 0.31 0 0.25
HSL 282.71º 0.32% 0.64% -
HSV(B) 282.71º 0.31% 0.75% -
XYZ 35.58 29.69 53.73 -
YUV 152.28 150.41 144.2 -
System Red Green Blue C M Y K H S L
Decimal 175 133 192 0.09 0.31 0 0.25 282.71 0.32 0.64
Hex AF 85 C0 9 1F 0 19 11B 20 40
Octal 257 205 300 11 37 0 31 433 40 100
Binary 10101111 10000101 11000000 1001 11111 0 11001 100011011 100000 1000000

Color Harmonies of #AF85C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF85C0

Black with #AF85C0

Text Example


Text Example

White with #AF85C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF85C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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