Html Css Color HEX #AF85C7 East Side

📋 copy color: '#AF85C7'

red 175 ◦ green 133 ◦ blue 199

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

Shades of East Side #AF85C7

Tints of East Side #AF85C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.25%

R = 34.52%
G = 26.23%
B = 39.25%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF85C7 (or 0xAF85C7) is known color: East Side. HEX triplet: AF, 85 and C7. RGB value is (175,133,199). Sum of RGB (Red+Green+Blue) = 175+133+199=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 199 (78.12% from 255 or 39.25% from 507); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF85C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85C7 is #507A38. Grayscale: #989898. Windows color (decimal): -5274169 or 13075887. OLE color: 13075887.

HSL color Cylindrical-coordinate representation of color #AF85C7: hue angle of 278.18º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF85C7 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 133 199 -
CMYK 0.12 0.33 0 0.22
HSL 278.18º 0.37% 0.65% -
HSV(B) 278.18º 0.33% 0.78% -
XYZ 36.38 30.01 57.91 -
YUV 153.08 153.91 143.63 -
System Red Green Blue C M Y K H S L
Decimal 175 133 199 0.12 0.33 0 0.22 278.18 0.37 0.65
Hex AF 85 C7 C 21 0 16 116 25 41
Octal 257 205 307 14 41 0 26 426 45 101
Binary 10101111 10000101 11000111 1100 100001 0 10110 100010110 100101 1000001

Color Harmonies of #AF85C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF85C7

Black with #AF85C7

Text Example


Text Example

White with #AF85C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF85C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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