Html Css Color HEX #AF85CC East Side

📋 copy color: '#AF85CC'

red 175 ◦ green 133 ◦ blue 204

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

Shades of East Side #AF85CC

Tints of East Side #AF85CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 34.18%
G = 25.98%
B = 39.84%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF85CC (or 0xAF85CC) is known color: East Side. HEX triplet: AF, 85 and CC. RGB value is (175,133,204). Sum of RGB (Red+Green+Blue) = 175+133+204=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF85CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85CC is #507A33. Grayscale: #999999. Windows color (decimal): -5274164 or 13403567. OLE color: 13403567.

HSL color Cylindrical-coordinate representation of color #AF85CC: hue angle of 275.49º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF85CC is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 133 204 -
CMYK 0.14 0.35 0 0.2
HSL 275.49º 0.41% 0.66% -
HSV(B) 275.49º 0.35% 0.8% -
XYZ 36.97 30.25 61.02 -
YUV 153.65 156.41 143.23 -
System Red Green Blue C M Y K H S L
Decimal 175 133 204 0.14 0.35 0 0.2 275.49 0.41 0.66
Hex AF 85 CC E 23 0 14 113 29 42
Octal 257 205 314 16 43 0 24 423 51 102
Binary 10101111 10000101 11001100 1110 100011 0 10100 100010011 101001 1000010

Color Harmonies of #AF85CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF85CC

Black with #AF85CC

Text Example


Text Example

White with #AF85CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF85CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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