Html Css Color HEX #AF7CCC East Side

📋 copy color: '#AF7CCC'

red 175 ◦ green 124 ◦ blue 204

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

Shades of East Side #AF7CCC

Tints of East Side #AF7CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 34.79%
G = 24.65%
B = 40.56%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF7CCC (or 0xAF7CCC) is known color: East Side. HEX triplet: AF, 7C and CC. RGB value is (175,124,204). Sum of RGB (Red+Green+Blue) = 175+124+204=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF7CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7CCC is #508333. Grayscale: #949494. Windows color (decimal): -5276468 or 13401263. OLE color: 13401263.

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

Color convert

RGB 175 124 204 -
CMYK 0.14 0.39 0 0.2
HSL 278.25º 0.44% 0.64% -
HSV(B) 278.25º 0.39% 0.8% -
XYZ 35.79 27.89 60.62 -
YUV 148.37 159.4 147 -
System Red Green Blue C M Y K H S L
Decimal 175 124 204 0.14 0.39 0 0.2 278.25 0.44 0.64
Hex AF 7C CC E 27 0 14 116 2C 40
Octal 257 174 314 16 47 0 24 426 54 100
Binary 10101111 1111100 11001100 1110 100111 0 10100 100010110 101100 1000000

Color Harmonies of #AF7CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CCC

Black with #AF7CCC

Text Example


Text Example

White with #AF7CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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