Html Css Color HEX #AF7BD6 East Side

📋 copy color: '#AF7BD6'

red 175 ◦ green 123 ◦ blue 214

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

Shades of East Side #AF7BD6

Tints of East Side #AF7BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.8%

R = 34.18%
G = 24.02%
B = 41.8%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF7BD6 (or 0xAF7BD6) is known color: East Side. HEX triplet: AF, 7B and D6. RGB value is (175,123,214). Sum of RGB (Red+Green+Blue) = 175+123+214=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF7BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7BD6 is #508429. Grayscale: #949494. Windows color (decimal): -5276714 or 14056367. OLE color: 14056367.

HSL color Cylindrical-coordinate representation of color #AF7BD6: hue angle of 274.29º 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 #AF7BD6 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 123 214 -
CMYK 0.18 0.43 0 0.16
HSL 274.29º 0.53% 0.66% -
HSV(B) 274.29º 0.43% 0.84% -
XYZ 36.9 28.13 67.1 -
YUV 148.92 164.73 146.6 -
System Red Green Blue C M Y K H S L
Decimal 175 123 214 0.18 0.43 0 0.16 274.29 0.53 0.66
Hex AF 7B D6 12 2B 0 10 112 35 42
Octal 257 173 326 22 53 0 20 422 65 102
Binary 10101111 1111011 11010110 10010 101011 0 10000 100010010 110101 1000010

Color Harmonies of #AF7BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7BD6

Black with #AF7BD6

Text Example


Text Example

White with #AF7BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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