Html Css Color HEX #AF70FF Medium Purple

📋 copy color: '#AF70FF'

red 175 ◦ green 112 ◦ blue 255

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

Shades of Medium Purple #AF70FF

Tints of Medium Purple #AF70FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.05%

R = 32.29%
G = 20.66%
B = 47.05%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF70FF (or 0xAF70FF) is known color: Medium Purple. HEX triplet: AF, 70 and FF. RGB value is (175,112,255). Sum of RGB (Red+Green+Blue) = 175+112+255=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF70FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF70FF is #508F00. Grayscale: #929292. Windows color (decimal): -5279489 or 16740527. OLE color: 16740527.

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

Color convert

RGB 175 112 255 -
CMYK 0.31 0.56 0 0
HSL 266.43º 1% 0.72% -
HSV(B) 266.43º 0.56% 1% -
XYZ 41.52 27.92 97.81 -
YUV 147.14 188.87 147.87 -
System Red Green Blue C M Y K H S L
Decimal 175 112 255 0.31 0.56 0 0 266.43 1 0.72
Hex AF 70 FF 1F 38 0 0 10A 64 48
Octal 257 160 377 37 70 0 0 412 144 110
Binary 10101111 1110000 11111111 11111 111000 0 0 100001010 1100100 1001000

Color Harmonies of #AF70FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70FF

Black with #AF70FF

Text Example


Text Example

White with #AF70FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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