Html Css Color HEX #AF78CA East Side

📋 copy color: '#AF78CA'

red 175 ◦ green 120 ◦ blue 202

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

Shades of East Side #AF78CA

Tints of East Side #AF78CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.64%

R = 35.21%
G = 24.14%
B = 40.64%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF78CA (or 0xAF78CA) is known color: East Side. HEX triplet: AF, 78 and CA. RGB value is (175,120,202). Sum of RGB (Red+Green+Blue) = 175+120+202=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF78CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF78CA is #508735. Grayscale: #919191. Windows color (decimal): -5277494 or 13269167. OLE color: 13269167.

HSL color Cylindrical-coordinate representation of color #AF78CA: hue angle of 280.24º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF78CA is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 120 202 -
CMYK 0.13 0.41 0 0.21
HSL 280.24º 0.44% 0.63% -
HSV(B) 280.24º 0.41% 0.79% -
XYZ 35.06 26.81 59.2 -
YUV 145.79 159.72 148.83 -
System Red Green Blue C M Y K H S L
Decimal 175 120 202 0.13 0.41 0 0.21 280.24 0.44 0.63
Hex AF 78 CA D 29 0 15 118 2C 3F
Octal 257 170 312 15 51 0 25 430 54 77
Binary 10101111 1111000 11001010 1101 101001 0 10101 100011000 101100 111111

Color Harmonies of #AF78CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF78CA

Black with #AF78CA

Text Example


Text Example

White with #AF78CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF78CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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