Html Css Color HEX #AF7CC3 East Side

📋 copy color: '#AF7CC3'

red 175 ◦ green 124 ◦ blue 195

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

Shades of East Side #AF7CC3

Tints of East Side #AF7CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.47%

R = 35.43%
G = 25.1%
B = 39.47%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF7CC3 (or 0xAF7CC3) is known color: East Side. HEX triplet: AF, 7C and C3. RGB value is (175,124,195). Sum of RGB (Red+Green+Blue) = 175+124+195=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF7CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7CC3 is #50833C. Grayscale: #939393. Windows color (decimal): -5276477 or 12811439. OLE color: 12811439.

HSL color Cylindrical-coordinate representation of color #AF7CC3: hue angle of 283.1º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF7CC3 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 124 195 -
CMYK 0.10 0.36 0 0.24
HSL 283.1º 0.37% 0.63% -
HSV(B) 283.1º 0.36% 0.76% -
XYZ 34.74 27.47 55.1 -
YUV 147.34 154.9 147.73 -
System Red Green Blue C M Y K H S L
Decimal 175 124 195 0.10 0.36 0 0.24 283.1 0.37 0.63
Hex AF 7C C3 A 24 0 18 11B 25 3F
Octal 257 174 303 12 44 0 30 433 45 77
Binary 10101111 1111100 11000011 1010 100100 0 11000 100011011 100101 111111

Color Harmonies of #AF7CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CC3

Black with #AF7CC3

Text Example


Text Example

White with #AF7CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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