Html Css Color HEX #AF85C1 East Side

📋 copy color: '#AF85C1'

red 175 ◦ green 133 ◦ blue 193

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

Shades of East Side #AF85C1

Tints of East Side #AF85C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.52%

R = 34.93%
G = 26.55%
B = 38.52%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF85C1 (or 0xAF85C1) is known color: East Side. HEX triplet: AF, 85 and C1. RGB value is (175,133,193). Sum of RGB (Red+Green+Blue) = 175+133+193=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF85C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85C1 is #507A3E. Grayscale: #989898. Windows color (decimal): -5274175 or 12682671. OLE color: 12682671.

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

Color convert

RGB 175 133 193 -
CMYK 0.09 0.31 0 0.24
HSL 282º 0.33% 0.64% -
HSV(B) 282º 0.31% 0.76% -
XYZ 35.69 29.74 54.31 -
YUV 152.4 150.91 144.12 -
System Red Green Blue C M Y K H S L
Decimal 175 133 193 0.09 0.31 0 0.24 282 0.33 0.64
Hex AF 85 C1 9 1F 0 18 11A 21 40
Octal 257 205 301 11 37 0 30 432 41 100
Binary 10101111 10000101 11000001 1001 11111 0 11000 100011010 100001 1000000

Color Harmonies of #AF85C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF85C1

Black with #AF85C1

Text Example


Text Example

White with #AF85C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF85C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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