Html Css Color HEX #AF60FA Medium Purple

📋 copy color: '#AF60FA'

red 175 ◦ green 96 ◦ blue 250

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

Shades of Medium Purple #AF60FA

Tints of Medium Purple #AF60FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.98%

R = 33.59%
G = 18.43%
B = 47.98%

CMYK

 C value IS 0.3

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF60FA (or 0xAF60FA) is known color: Medium Purple. HEX triplet: AF, 60 and FA. RGB value is (175,96,250). Sum of RGB (Red+Green+Blue) = 175+96+250=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF60FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF60FA is #509F05. Grayscale: #888888. Windows color (decimal): -5283590 or 16408751. OLE color: 16408751.

HSL color Cylindrical-coordinate representation of color #AF60FA: hue angle of 270.78º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF60FA is Cyan = 0.3, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 96 250 -
CMYK 0.3 0.62 0 0.02
HSL 270.78º 0.94% 0.68% -
HSV(B) 270.78º 0.62% 0.98% -
XYZ 39.12 24.38 93.09 -
YUV 137.18 191.67 154.98 -
System Red Green Blue C M Y K H S L
Decimal 175 96 250 0.3 0.62 0 0.02 270.78 0.94 0.68
Hex AF 60 FA 1E 3E 0 2 10F 5E 44
Octal 257 140 372 36 76 0 2 417 136 104
Binary 10101111 1100000 11111010 11110 111110 0 10 100001111 1011110 1000100

Color Harmonies of #AF60FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60FA

Black with #AF60FA

Text Example


Text Example

White with #AF60FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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