Html Css Color HEX #AF80D3 East Side

📋 copy color: '#AF80D3'

red 175 ◦ green 128 ◦ blue 211

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

Shades of East Side #AF80D3

Tints of East Side #AF80D3

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.9%

 BLUE value IS 211 (82.81% from 255) = 41.05%

R = 34.05%
G = 24.9%
B = 41.05%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AF80D3 (or 0xAF80D3) is known color: East Side. HEX triplet: AF, 80 and D3. RGB value is (175,128,211). Sum of RGB (Red+Green+Blue) = 175+128+211=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 211 (82.81% from 255 or 41.05% from 514); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF80D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80D3 is #507F2C. Grayscale: #979797. Windows color (decimal): -5275437 or 13861039. OLE color: 13861039.

HSL color Cylindrical-coordinate representation of color #AF80D3: hue angle of 273.98º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF80D3 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 128 211 -
CMYK 0.17 0.39 0 0.17
HSL 273.98º 0.49% 0.66% -
HSV(B) 273.98º 0.39% 0.83% -
XYZ 37.16 29.26 65.32 -
YUV 151.52 161.57 144.75 -
System Red Green Blue C M Y K H S L
Decimal 175 128 211 0.17 0.39 0 0.17 273.98 0.49 0.66
Hex AF 80 D3 11 27 0 11 112 31 42
Octal 257 200 323 21 47 0 21 422 61 102
Binary 10101111 10000000 11010011 10001 100111 0 10001 100010010 110001 1000010

Color Harmonies of #AF80D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF80D3

Black with #AF80D3

Text Example


Text Example

White with #AF80D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF80D3; }

 p { color: rgb(175,128,211); }

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

background-color css

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

 a { background-color: rgb(175,128,211); }

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

border-color css

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

 span { border-color: rgb(175,128,211); }

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