Html Css Color HEX #AF79CB East Side

📋 copy color: '#AF79CB'

red 175 ◦ green 121 ◦ blue 203

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

Shades of East Side #AF79CB

Tints of East Side #AF79CB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.25%

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

R = 35.07%
G = 24.25%
B = 40.68%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF79CB (or 0xAF79CB) is known color: East Side. HEX triplet: AF, 79 and CB. RGB value is (175,121,203). Sum of RGB (Red+Green+Blue) = 175+121+203=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF79CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF79CB is #508634. Grayscale: #929292. Windows color (decimal): -5277237 or 13334959. OLE color: 13334959.

HSL color Cylindrical-coordinate representation of color #AF79CB: hue angle of 279.51º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF79CB is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 121 203 -
CMYK 0.14 0.40 0 0.20
HSL 279.51º 0.44% 0.64% -
HSV(B) 279.51º 0.4% 0.8% -
XYZ 35.3 27.1 59.87 -
YUV 146.49 159.89 148.33 -
System Red Green Blue C M Y K H S L
Decimal 175 121 203 0.14 0.40 0 0.20 279.51 0.44 0.64
Hex AF 79 CB E 28 0 14 118 2C 40
Octal 257 171 313 16 50 0 24 430 54 100
Binary 10101111 1111001 11001011 1110 101000 0 10100 100011000 101100 1000000

Color Harmonies of #AF79CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF79CB

Black with #AF79CB

Text Example


Text Example

White with #AF79CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF79CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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