Html Css Color HEX #AF7CCE East Side

📋 copy color: '#AF7CCE'

red 175 ◦ green 124 ◦ blue 206

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

Shades of East Side #AF7CCE

Tints of East Side #AF7CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.55%

 BLUE value IS 206 (80.86% from 255) = 40.79%

R = 34.65%
G = 24.55%
B = 40.79%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF7CCE (or 0xAF7CCE) is known color: East Side. HEX triplet: AF, 7C and CE. RGB value is (175,124,206). Sum of RGB (Red+Green+Blue) = 175+124+206=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF7CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7CCE is #508331. Grayscale: #949494. Windows color (decimal): -5276466 or 13532335. OLE color: 13532335.

HSL color Cylindrical-coordinate representation of color #AF7CCE: hue angle of 277.32º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF7CCE is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 124 206 -
CMYK 0.15 0.40 0 0.19
HSL 277.32º 0.46% 0.65% -
HSV(B) 277.32º 0.4% 0.81% -
XYZ 36.03 27.99 61.9 -
YUV 148.6 160.4 146.83 -
System Red Green Blue C M Y K H S L
Decimal 175 124 206 0.15 0.40 0 0.19 277.32 0.46 0.65
Hex AF 7C CE F 28 0 13 115 2E 41
Octal 257 174 316 17 50 0 23 425 56 101
Binary 10101111 1111100 11001110 1111 101000 0 10011 100010101 101110 1000001

Color Harmonies of #AF7CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CCE

Black with #AF7CCE

Text Example


Text Example

White with #AF7CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CCE; }

 p { color: rgb(175,124,206); }

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

background-color css

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

 a { background-color: rgb(175,124,206); }

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

border-color css

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

 span { border-color: rgb(175,124,206); }

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