Html Css Color HEX #AF70C1 East Side

📋 copy color: '#AF70C1'

red 175 ◦ green 112 ◦ blue 193

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

Shades of East Side #AF70C1

Tints of East Side #AF70C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.21%

R = 36.46%
G = 23.33%
B = 40.21%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF70C1 (or 0xAF70C1) is known color: East Side. HEX triplet: AF, 70 and C1. RGB value is (175,112,193). Sum of RGB (Red+Green+Blue) = 175+112+193=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF70C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70C1 is #508F3E. Grayscale: #8B8B8B. Windows color (decimal): -5279551 or 12677295. OLE color: 12677295.

HSL color Cylindrical-coordinate representation of color #AF70C1: hue angle of 286.67º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF70C1 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 112 193 -
CMYK 0.09 0.42 0 0.24
HSL 286.67º 0.4% 0.6% -
HSV(B) 286.67º 0.42% 0.76% -
XYZ 33.1 24.55 53.45 -
YUV 140.07 157.87 152.91 -
System Red Green Blue C M Y K H S L
Decimal 175 112 193 0.09 0.42 0 0.24 286.67 0.4 0.6
Hex AF 70 C1 9 2A 0 18 11F 28 3C
Octal 257 160 301 11 52 0 30 437 50 74
Binary 10101111 1110000 11000001 1001 101010 0 11000 100011111 101000 111100

Color Harmonies of #AF70C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70C1

Black with #AF70C1

Text Example


Text Example

White with #AF70C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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