Html Css Color HEX #AF60FB Medium Purple

📋 copy color: '#AF60FB'

red 175 ◦ green 96 ◦ blue 251

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

Shades of Medium Purple #AF60FB

Tints of Medium Purple #AF60FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.08%

R = 33.52%
G = 18.39%
B = 48.08%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF60FB (or 0xAF60FB) is known color: Medium Purple. HEX triplet: AF, 60 and FB. RGB value is (175,96,251). Sum of RGB (Red+Green+Blue) = 175+96+251=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 96 (37.89% from 255 or 18.39% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF60FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF60FB is #509F04. Grayscale: #888888. Windows color (decimal): -5283589 or 16474287. OLE color: 16474287.

HSL color Cylindrical-coordinate representation of color #AF60FB: hue angle of 270.58º degrees, saturation: 0.95, 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 #AF60FB is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 96 251 -
CMYK 0.30 0.62 0 0.02
HSL 270.58º 0.95% 0.68% -
HSV(B) 270.58º 0.62% 0.98% -
XYZ 39.27 24.44 93.92 -
YUV 137.29 192.17 154.9 -
System Red Green Blue C M Y K H S L
Decimal 175 96 251 0.30 0.62 0 0.02 270.58 0.95 0.68
Hex AF 60 FB 1E 3E 0 2 10F 5F 44
Octal 257 140 373 36 76 0 2 417 137 104
Binary 10101111 1100000 11111011 11110 111110 0 10 100001111 1011111 1000100

Color Harmonies of #AF60FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60FB

Black with #AF60FB

Text Example


Text Example

White with #AF60FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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