Html Css Color HEX #AF8CCD East Side

📋 copy color: '#AF8CCD'

red 175 ◦ green 140 ◦ blue 205

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

Shades of East Side #AF8CCD

Tints of East Side #AF8CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.42%

R = 33.65%
G = 26.92%
B = 39.42%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF8CCD (or 0xAF8CCD) is known color: East Side. HEX triplet: AF, 8C and CD. RGB value is (175,140,205). Sum of RGB (Red+Green+Blue) = 175+140+205=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF8CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CCD is #507332. Grayscale: #9D9D9D. Windows color (decimal): -5272371 or 13470895. OLE color: 13470895.

HSL color Cylindrical-coordinate representation of color #AF8CCD: hue angle of 272.31º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF8CCD is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 140 205 -
CMYK 0.15 0.32 0 0.20
HSL 272.31º 0.39% 0.68% -
HSV(B) 272.31º 0.32% 0.8% -
XYZ 38.08 32.28 61.98 -
YUV 157.88 154.6 140.21 -
System Red Green Blue C M Y K H S L
Decimal 175 140 205 0.15 0.32 0 0.20 272.31 0.39 0.68
Hex AF 8C CD F 20 0 14 110 27 44
Octal 257 214 315 17 40 0 24 420 47 104
Binary 10101111 10001100 11001101 1111 100000 0 10100 100010000 100111 1000100

Color Harmonies of #AF8CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8CCD

Black with #AF8CCD

Text Example


Text Example

White with #AF8CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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