Html Css Color HEX #AF8CCC East Side

📋 copy color: '#AF8CCC'

red 175 ◦ green 140 ◦ blue 204

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

Shades of East Side #AF8CCC

Tints of East Side #AF8CCC

RGB

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

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

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

R = 33.72%
G = 26.97%
B = 39.31%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF8CCC (or 0xAF8CCC) is known color: East Side. HEX triplet: AF, 8C and CC. RGB value is (175,140,204). Sum of RGB (Red+Green+Blue) = 175+140+204=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF8CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CCC is #507333. Grayscale: #9D9D9D. Windows color (decimal): -5272372 or 13405359. OLE color: 13405359.

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

Color convert

RGB 175 140 204 -
CMYK 0.14 0.31 0 0.2
HSL 272.81º 0.39% 0.67% -
HSV(B) 272.81º 0.31% 0.8% -
XYZ 37.96 32.23 61.35 -
YUV 157.76 154.1 140.3 -
System Red Green Blue C M Y K H S L
Decimal 175 140 204 0.14 0.31 0 0.2 272.81 0.39 0.67
Hex AF 8C CC E 1F 0 14 111 27 43
Octal 257 214 314 16 37 0 24 421 47 103
Binary 10101111 10001100 11001100 1110 11111 0 10100 100010001 100111 1000011

Color Harmonies of #AF8CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8CCC

Black with #AF8CCC

Text Example


Text Example

White with #AF8CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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