Html Css Color HEX #AF8AC4 East Side

📋 copy color: '#AF8AC4'

red 175 ◦ green 138 ◦ blue 196

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

Shades of East Side #AF8AC4

Tints of East Side #AF8AC4

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.11%

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

R = 34.38%
G = 27.11%
B = 38.51%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AF8AC4 (or 0xAF8AC4) is known color: East Side. HEX triplet: AF, 8A and C4. RGB value is (175,138,196). Sum of RGB (Red+Green+Blue) = 175+138+196=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF8AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8AC4 is #50753B. Grayscale: #9B9B9B. Windows color (decimal): -5272892 or 12880559. OLE color: 12880559.

HSL color Cylindrical-coordinate representation of color #AF8AC4: hue angle of 278.28º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF8AC4 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 138 196 -
CMYK 0.11 0.30 0 0.23
HSL 278.28º 0.33% 0.65% -
HSV(B) 278.28º 0.3% 0.77% -
XYZ 36.73 31.28 56.33 -
YUV 155.68 150.76 141.78 -
System Red Green Blue C M Y K H S L
Decimal 175 138 196 0.11 0.30 0 0.23 278.28 0.33 0.65
Hex AF 8A C4 B 1E 0 17 116 21 41
Octal 257 212 304 13 36 0 27 426 41 101
Binary 10101111 10001010 11000100 1011 11110 0 10111 100010110 100001 1000001

Color Harmonies of #AF8AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8AC4

Black with #AF8AC4

Text Example


Text Example

White with #AF8AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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