Html Css Color HEX #AF70FC Medium Purple

📋 copy color: '#AF70FC'

red 175 ◦ green 112 ◦ blue 252

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

Shades of Medium Purple #AF70FC

Tints of Medium Purple #AF70FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.75%

R = 32.47%
G = 20.78%
B = 46.75%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF70FC (or 0xAF70FC) is known color: Medium Purple. HEX triplet: AF, 70 and FC. RGB value is (175,112,252). Sum of RGB (Red+Green+Blue) = 175+112+252=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF70FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF70FC is #508F03. Grayscale: #929292. Windows color (decimal): -5279492 or 16543919. OLE color: 16543919.

HSL color Cylindrical-coordinate representation of color #AF70FC: hue angle of 267º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF70FC is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 112 252 -
CMYK 0.31 0.56 0 0.01
HSL 267º 0.96% 0.71% -
HSV(B) 267º 0.56% 0.99% -
XYZ 41.04 27.73 95.28 -
YUV 146.8 187.37 148.12 -
System Red Green Blue C M Y K H S L
Decimal 175 112 252 0.31 0.56 0 0.01 267 0.96 0.71
Hex AF 70 FC 1F 38 0 1 10B 60 47
Octal 257 160 374 37 70 0 1 413 140 107
Binary 10101111 1110000 11111100 11111 111000 0 1 100001011 1100000 1000111

Color Harmonies of #AF70FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70FC

Black with #AF70FC

Text Example


Text Example

White with #AF70FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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