Html Css Color HEX #AF75FF Medium Purple

📋 copy color: '#AF75FF'

red 175 ◦ green 117 ◦ blue 255

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

Shades of Medium Purple #AF75FF

Tints of Medium Purple #AF75FF

RGB

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

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

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

R = 31.99%
G = 21.39%
B = 46.62%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF75FF (or 0xAF75FF) is known color: Medium Purple. HEX triplet: AF, 75 and FF. RGB value is (175,117,255). Sum of RGB (Red+Green+Blue) = 175+117+255=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF75FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF75FF is #508A00. Grayscale: #959595. Windows color (decimal): -5278209 or 16741807. OLE color: 16741807.

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

Color convert

RGB 175 117 255 -
CMYK 0.31 0.54 0 0
HSL 265.22º 1% 0.73% -
HSV(B) 265.22º 0.54% 1% -
XYZ 42.09 29.06 98 -
YUV 150.07 187.22 145.78 -
System Red Green Blue C M Y K H S L
Decimal 175 117 255 0.31 0.54 0 0 265.22 1 0.73
Hex AF 75 FF 1F 36 0 0 109 64 49
Octal 257 165 377 37 66 0 0 411 144 111
Binary 10101111 1110101 11111111 11111 110110 0 0 100001001 1100100 1001001

Color Harmonies of #AF75FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF75FF

Black with #AF75FF

Text Example


Text Example

White with #AF75FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF75FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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