Html Css Color HEX #AF7BD7 East Side

📋 copy color: '#AF7BD7'

red 175 ◦ green 123 ◦ blue 215

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

Shades of East Side #AF7BD7

Tints of East Side #AF7BD7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.98%

 BLUE value IS 215 (84.38% from 255) = 41.91%

R = 34.11%
G = 23.98%
B = 41.91%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF7BD7 (or 0xAF7BD7) is known color: East Side. HEX triplet: AF, 7B and D7. RGB value is (175,123,215). Sum of RGB (Red+Green+Blue) = 175+123+215=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF7BD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7BD7 is #508428. Grayscale: #949494. Windows color (decimal): -5276713 or 14121903. OLE color: 14121903.

HSL color Cylindrical-coordinate representation of color #AF7BD7: hue angle of 273.91º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF7BD7 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 123 215 -
CMYK 0.19 0.43 0 0.16
HSL 273.91º 0.53% 0.66% -
HSV(B) 273.91º 0.43% 0.84% -
XYZ 37.03 28.19 67.78 -
YUV 149.04 165.23 146.52 -
System Red Green Blue C M Y K H S L
Decimal 175 123 215 0.19 0.43 0 0.16 273.91 0.53 0.66
Hex AF 7B D7 13 2B 0 10 112 35 42
Octal 257 173 327 23 53 0 20 422 65 102
Binary 10101111 1111011 11010111 10011 101011 0 10000 100010010 110101 1000010

Color Harmonies of #AF7BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7BD7

Black with #AF7BD7

Text Example


Text Example

White with #AF7BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7BD7; }

 p { color: rgb(175,123,215); }

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

background-color css

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

 a { background-color: rgb(175,123,215); }

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

border-color css

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

 span { border-color: rgb(175,123,215); }

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