Html Css Color HEX #AF78CC East Side

📋 copy color: '#AF78CC'

red 175 ◦ green 120 ◦ blue 204

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

Shades of East Side #AF78CC

Tints of East Side #AF78CC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.05%

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

R = 35.07%
G = 24.05%
B = 40.88%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF78CC (or 0xAF78CC) is known color: East Side. HEX triplet: AF, 78 and CC. RGB value is (175,120,204). Sum of RGB (Red+Green+Blue) = 175+120+204=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF78CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF78CC is #508733. Grayscale: #919191. Windows color (decimal): -5277492 or 13400239. OLE color: 13400239.

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

Color convert

RGB 175 120 204 -
CMYK 0.14 0.41 0 0.2
HSL 279.29º 0.45% 0.64% -
HSV(B) 279.29º 0.41% 0.8% -
XYZ 35.29 26.91 60.46 -
YUV 146.02 160.72 148.67 -
System Red Green Blue C M Y K H S L
Decimal 175 120 204 0.14 0.41 0 0.2 279.29 0.45 0.64
Hex AF 78 CC E 29 0 14 117 2D 40
Octal 257 170 314 16 51 0 24 427 55 100
Binary 10101111 1111000 11001100 1110 101001 0 10100 100010111 101101 1000000

Color Harmonies of #AF78CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF78CC

Black with #AF78CC

Text Example


Text Example

White with #AF78CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF78CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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