Html Css Color HEX #AF8CC4 East Side

📋 copy color: '#AF8CC4'

red 175 ◦ green 140 ◦ blue 196

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

Shades of East Side #AF8CC4

Tints of East Side #AF8CC4

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.4%

 BLUE value IS 196 (76.95% from 255) = 38.36%

R = 34.25%
G = 27.4%
B = 38.36%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AF8CC4 (or 0xAF8CC4) is known color: East Side. HEX triplet: AF, 8C and C4. RGB value is (175,140,196). Sum of RGB (Red+Green+Blue) = 175+140+196=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF8CC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CC4 is #50733B. Grayscale: #9C9C9C. Windows color (decimal): -5272380 or 12881071. OLE color: 12881071.

HSL color Cylindrical-coordinate representation of color #AF8CC4: hue angle of 277.5º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF8CC4 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 140 196 -
CMYK 0.11 0.29 0 0.23
HSL 277.5º 0.32% 0.66% -
HSV(B) 277.5º 0.29% 0.77% -
XYZ 37.02 31.86 56.42 -
YUV 156.85 150.1 140.95 -
System Red Green Blue C M Y K H S L
Decimal 175 140 196 0.11 0.29 0 0.23 277.5 0.32 0.66
Hex AF 8C C4 B 1D 0 17 116 20 42
Octal 257 214 304 13 35 0 27 426 40 102
Binary 10101111 10001100 11000100 1011 11101 0 10111 100010110 100000 1000010

Color Harmonies of #AF8CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8CC4

Black with #AF8CC4

Text Example


Text Example

White with #AF8CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8CC4; }

 p { color: rgb(175,140,196); }

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

background-color css

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

 a { background-color: rgb(175,140,196); }

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

border-color css

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

 span { border-color: rgb(175,140,196); }

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