Html Css Color HEX #AF70F9 Medium Purple

📋 copy color: '#AF70F9'

red 175 ◦ green 112 ◦ blue 249

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

Shades of Medium Purple #AF70F9

Tints of Medium Purple #AF70F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.46%

R = 32.65%
G = 20.9%
B = 46.46%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF70F9 (or 0xAF70F9) is known color: Medium Purple. HEX triplet: AF, 70 and F9. RGB value is (175,112,249). Sum of RGB (Red+Green+Blue) = 175+112+249=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF70F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF70F9 is #508F06. Grayscale: #919191. Windows color (decimal): -5279495 or 16347311. OLE color: 16347311.

HSL color Cylindrical-coordinate representation of color #AF70F9: hue angle of 267.59º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF70F9 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 112 249 -
CMYK 0.30 0.55 0 0.02
HSL 267.59º 0.92% 0.71% -
HSV(B) 267.59º 0.55% 0.98% -
XYZ 40.57 27.54 92.8 -
YUV 146.46 185.87 148.36 -
System Red Green Blue C M Y K H S L
Decimal 175 112 249 0.30 0.55 0 0.02 267.59 0.92 0.71
Hex AF 70 F9 1E 37 0 2 10C 5C 47
Octal 257 160 371 36 67 0 2 414 134 107
Binary 10101111 1110000 11111001 11110 110111 0 10 100001100 1011100 1000111

Color Harmonies of #AF70F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70F9

Black with #AF70F9

Text Example


Text Example

White with #AF70F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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