Html Css Color HEX #AF83CB East Side

📋 copy color: '#AF83CB'

red 175 ◦ green 131 ◦ blue 203

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

Shades of East Side #AF83CB

Tints of East Side #AF83CB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.74%

 BLUE value IS 203 (79.69% from 255) = 39.88%

R = 34.38%
G = 25.74%
B = 39.88%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF83CB (or 0xAF83CB) is known color: East Side. HEX triplet: AF, 83 and CB. RGB value is (175,131,203). Sum of RGB (Red+Green+Blue) = 175+131+203=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF83CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83CB is #507C34. Grayscale: #989898. Windows color (decimal): -5274677 or 13337519. OLE color: 13337519.

HSL color Cylindrical-coordinate representation of color #AF83CB: hue angle of 276.67º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF83CB is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 131 203 -
CMYK 0.14 0.35 0 0.20
HSL 276.67º 0.41% 0.65% -
HSV(B) 276.67º 0.35% 0.8% -
XYZ 36.57 29.66 60.3 -
YUV 152.36 156.58 144.15 -
System Red Green Blue C M Y K H S L
Decimal 175 131 203 0.14 0.35 0 0.20 276.67 0.41 0.65
Hex AF 83 CB E 23 0 14 115 29 41
Octal 257 203 313 16 43 0 24 425 51 101
Binary 10101111 10000011 11001011 1110 100011 0 10100 100010101 101001 1000001

Color Harmonies of #AF83CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83CB

Black with #AF83CB

Text Example


Text Example

White with #AF83CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83CB; }

 p { color: rgb(175,131,203); }

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

background-color css

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

 a { background-color: rgb(175,131,203); }

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

border-color css

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

 span { border-color: rgb(175,131,203); }

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