Html Css Color HEX #AF60FE Medium Purple

📋 copy color: '#AF60FE'

red 175 ◦ green 96 ◦ blue 254

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

Shades of Medium Purple #AF60FE

Tints of Medium Purple #AF60FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.38%

R = 33.33%
G = 18.29%
B = 48.38%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF60FE (or 0xAF60FE) is known color: Medium Purple. HEX triplet: AF, 60 and FE. RGB value is (175,96,254). Sum of RGB (Red+Green+Blue) = 175+96+254=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 96 (37.89% from 255 or 18.29% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF60FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF60FE is #509F01. Grayscale: #898989. Windows color (decimal): -5283586 or 16670895. OLE color: 16670895.

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

Color convert

RGB 175 96 254 -
CMYK 0.31 0.62 0 0.00
HSL 270º 0.99% 0.69% -
HSV(B) 270º 0.62% 1% -
XYZ 39.75 24.64 96.43 -
YUV 137.63 193.67 154.65 -
System Red Green Blue C M Y K H S L
Decimal 175 96 254 0.31 0.62 0 0.00 270 0.99 0.69
Hex AF 60 FE 1F 3E 0 0 10E 63 45
Octal 257 140 376 37 76 0 0 416 143 105
Binary 10101111 1100000 11111110 11111 111110 0 0 100001110 1100011 1000101

Color Harmonies of #AF60FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60FE

Black with #AF60FE

Text Example


Text Example

White with #AF60FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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