Html Css Color HEX #AF70C4 East Side

📋 copy color: '#AF70C4'

red 175 ◦ green 112 ◦ blue 196

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

Shades of East Side #AF70C4

Tints of East Side #AF70C4

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.19%

 BLUE value IS 196 (76.95% from 255) = 40.58%

R = 36.23%
G = 23.19%
B = 40.58%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AF70C4 (or 0xAF70C4) is known color: East Side. HEX triplet: AF, 70 and C4. RGB value is (175,112,196). Sum of RGB (Red+Green+Blue) = 175+112+196=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF70C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70C4 is #508F3B. Grayscale: #8C8C8C. Windows color (decimal): -5279548 or 12873903. OLE color: 12873903.

HSL color Cylindrical-coordinate representation of color #AF70C4: hue angle of 285º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF70C4 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 112 196 -
CMYK 0.11 0.43 0 0.23
HSL 285º 0.42% 0.6% -
HSV(B) 285º 0.43% 0.77% -
XYZ 33.44 24.69 55.23 -
YUV 140.41 159.37 152.67 -
System Red Green Blue C M Y K H S L
Decimal 175 112 196 0.11 0.43 0 0.23 285 0.42 0.6
Hex AF 70 C4 B 2B 0 17 11D 2A 3C
Octal 257 160 304 13 53 0 27 435 52 74
Binary 10101111 1110000 11000100 1011 101011 0 10111 100011101 101010 111100

Color Harmonies of #AF70C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70C4

Black with #AF70C4

Text Example


Text Example

White with #AF70C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70C4; }

 p { color: rgb(175,112,196); }

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

background-color css

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

 a { background-color: rgb(175,112,196); }

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

border-color css

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

 span { border-color: rgb(175,112,196); }

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