Html Css Color HEX #AF7CC2 East Side

📋 copy color: '#AF7CC2'

red 175 ◦ green 124 ◦ blue 194

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

Shades of East Side #AF7CC2

Tints of East Side #AF7CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.35%

R = 35.5%
G = 25.15%
B = 39.35%

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

#AF7CC2 (or 0xAF7CC2) is known color: East Side. HEX triplet: AF, 7C and C2. RGB value is (175,124,194). Sum of RGB (Red+Green+Blue) = 175+124+194=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF7CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7CC2 is #50833D. Grayscale: #939393. Windows color (decimal): -5276478 or 12745903. OLE color: 12745903.

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

Color convert

RGB 175 124 194 -
CMYK 0.10 0.36 0 0.24
HSL 283.71º 0.36% 0.62% -
HSV(B) 283.71º 0.36% 0.76% -
XYZ 34.62 27.42 54.51 -
YUV 147.23 154.4 147.81 -
System Red Green Blue C M Y K H S L
Decimal 175 124 194 0.10 0.36 0 0.24 283.71 0.36 0.62
Hex AF 7C C2 A 24 0 18 11C 24 3E
Octal 257 174 302 12 44 0 30 434 44 76
Binary 10101111 1111100 11000010 1010 100100 0 11000 100011100 100100 111110

Color Harmonies of #AF7CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CC2

Black with #AF7CC2

Text Example


Text Example

White with #AF7CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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