Html Css Color HEX #AF8BCC East Side

📋 copy color: '#AF8BCC'

red 175 ◦ green 139 ◦ blue 204

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

Shades of East Side #AF8BCC

Tints of East Side #AF8BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.83%

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

R = 33.78%
G = 26.83%
B = 39.38%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF8BCC (or 0xAF8BCC) is known color: East Side. HEX triplet: AF, 8B and CC. RGB value is (175,139,204). Sum of RGB (Red+Green+Blue) = 175+139+204=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF8BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8BCC is #507433. Grayscale: #9C9C9C. Windows color (decimal): -5272628 or 13405103. OLE color: 13405103.

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

Color convert

RGB 175 139 204 -
CMYK 0.14 0.32 0 0.2
HSL 273.23º 0.39% 0.67% -
HSV(B) 273.23º 0.32% 0.8% -
XYZ 37.81 31.94 61.3 -
YUV 157.17 154.43 140.71 -
System Red Green Blue C M Y K H S L
Decimal 175 139 204 0.14 0.32 0 0.2 273.23 0.39 0.67
Hex AF 8B CC E 20 0 14 111 27 43
Octal 257 213 314 16 40 0 24 421 47 103
Binary 10101111 10001011 11001100 1110 100000 0 10100 100010001 100111 1000011

Color Harmonies of #AF8BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8BCC

Black with #AF8BCC

Text Example


Text Example

White with #AF8BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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