Html Css Color HEX #AF75F5 Medium Purple

📋 copy color: '#AF75F5'

red 175 ◦ green 117 ◦ blue 245

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

Shades of Medium Purple #AF75F5

Tints of Medium Purple #AF75F5

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.79%

 BLUE value IS 245 (96.09% from 255) = 45.62%

R = 32.59%
G = 21.79%
B = 45.62%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF75F5 (or 0xAF75F5) is known color: Medium Purple. HEX triplet: AF, 75 and F5. RGB value is (175,117,245). Sum of RGB (Red+Green+Blue) = 175+117+245=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 245 (96.09% from 255 or 45.62% from 537); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF75F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF75F5 is #508A0A. Grayscale: #949494. Windows color (decimal): -5278219 or 16086447. OLE color: 16086447.

HSL color Cylindrical-coordinate representation of color #AF75F5: hue angle of 267.19º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF75F5 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 117 245 -
CMYK 0.29 0.52 0 0.04
HSL 267.19º 0.86% 0.71% -
HSV(B) 267.19º 0.52% 0.96% -
XYZ 40.52 28.43 89.74 -
YUV 148.93 182.22 146.59 -
System Red Green Blue C M Y K H S L
Decimal 175 117 245 0.29 0.52 0 0.04 267.19 0.86 0.71
Hex AF 75 F5 1D 34 0 4 10B 56 47
Octal 257 165 365 35 64 0 4 413 126 107
Binary 10101111 1110101 11110101 11101 110100 0 100 100001011 1010110 1000111

Color Harmonies of #AF75F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF75F5

Black with #AF75F5

Text Example


Text Example

White with #AF75F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF75F5; }

 p { color: rgb(175,117,245); }

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

background-color css

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

 a { background-color: rgb(175,117,245); }

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

border-color css

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

 span { border-color: rgb(175,117,245); }

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