Html Css Color HEX #AF60FF Medium Purple

📋 copy color: '#AF60FF'

red 175 ◦ green 96 ◦ blue 255

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

Shades of Medium Purple #AF60FF

Tints of Medium Purple #AF60FF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.25%

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

R = 33.27%
G = 18.25%
B = 48.48%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF60FF (or 0xAF60FF) is known color: Medium Purple. HEX triplet: AF, 60 and FF. RGB value is (175,96,255). Sum of RGB (Red+Green+Blue) = 175+96+255=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF60FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF60FF is #509F00. Grayscale: #898989. Windows color (decimal): -5283585 or 16736431. OLE color: 16736431.

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

Color convert

RGB 175 96 255 -
CMYK 0.31 0.62 0 0
HSL 269.81º 1% 0.69% -
HSV(B) 269.81º 0.62% 1% -
XYZ 39.91 24.7 97.27 -
YUV 137.75 194.17 154.57 -
System Red Green Blue C M Y K H S L
Decimal 175 96 255 0.31 0.62 0 0 269.81 1 0.69
Hex AF 60 FF 1F 3E 0 0 10E 64 45
Octal 257 140 377 37 76 0 0 416 144 105
Binary 10101111 1100000 11111111 11111 111110 0 0 100001110 1100100 1000101

Color Harmonies of #AF60FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60FF

Black with #AF60FF

Text Example


Text Example

White with #AF60FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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