Html Css Color HEX #AF7DBE East Side

📋 copy color: '#AF7DBE'

red 175 ◦ green 125 ◦ blue 190

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

Shades of East Side #AF7DBE

Tints of East Side #AF7DBE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.51%

 BLUE value IS 190 (74.61% from 255) = 38.78%

R = 35.71%
G = 25.51%
B = 38.78%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF7DBE (or 0xAF7DBE) is known color: East Side. HEX triplet: AF, 7D and BE. RGB value is (175,125,190). Sum of RGB (Red+Green+Blue) = 175+125+190=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF7DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7DBE is #508241. Grayscale: #939393. Windows color (decimal): -5276226 or 12484015. OLE color: 12484015.

HSL color Cylindrical-coordinate representation of color #AF7DBE: hue angle of 286.15º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF7DBE is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 125 190 -
CMYK 0.08 0.34 0 0.25
HSL 286.15º 0.33% 0.62% -
HSV(B) 286.15º 0.34% 0.75% -
XYZ 34.31 27.5 52.21 -
YUV 147.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 175 125 190 0.08 0.34 0 0.25 286.15 0.33 0.62
Hex AF 7D BE 8 22 0 19 11E 21 3E
Octal 257 175 276 10 42 0 31 436 41 76
Binary 10101111 1111101 10111110 1000 100010 0 11001 100011110 100001 111110

Color Harmonies of #AF7DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7DBE

Black with #AF7DBE

Text Example


Text Example

White with #AF7DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7DBE; }

 p { color: rgb(175,125,190); }

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

background-color css

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

 a { background-color: rgb(175,125,190); }

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

border-color css

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

 span { border-color: rgb(175,125,190); }

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