Html Css Color HEX #AF70F2 Medium Purple

📋 copy color: '#AF70F2'

red 175 ◦ green 112 ◦ blue 242

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

Shades of Medium Purple #AF70F2

Tints of Medium Purple #AF70F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.75%

R = 33.08%
G = 21.17%
B = 45.75%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF70F2 (or 0xAF70F2) is known color: Medium Purple. HEX triplet: AF, 70 and F2. RGB value is (175,112,242). Sum of RGB (Red+Green+Blue) = 175+112+242=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF70F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF70F2 is #508F0D. Grayscale: #919191. Windows color (decimal): -5279502 or 15888559. OLE color: 15888559.

HSL color Cylindrical-coordinate representation of color #AF70F2: hue angle of 269.08º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF70F2 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 112 242 -
CMYK 0.28 0.54 0 0.05
HSL 269.08º 0.83% 0.69% -
HSV(B) 269.08º 0.54% 0.95% -
XYZ 39.5 27.11 87.16 -
YUV 145.66 182.37 148.93 -
System Red Green Blue C M Y K H S L
Decimal 175 112 242 0.28 0.54 0 0.05 269.08 0.83 0.69
Hex AF 70 F2 1C 36 0 5 10D 53 45
Octal 257 160 362 34 66 0 5 415 123 105
Binary 10101111 1110000 11110010 11100 110110 0 101 100001101 1010011 1000101

Color Harmonies of #AF70F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70F2

Black with #AF70F2

Text Example


Text Example

White with #AF70F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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