Html Css Color HEX #AF5FFB Medium Purple

📋 copy color: '#AF5FFB'

red 175 ◦ green 95 ◦ blue 251

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

Shades of Medium Purple #AF5FFB

Tints of Medium Purple #AF5FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.23%

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

R = 33.59%
G = 18.23%
B = 48.18%

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

#AF5FFB (or 0xAF5FFB) is known color: Medium Purple. HEX triplet: AF, 5F and FB. RGB value is (175,95,251). Sum of RGB (Red+Green+Blue) = 175+95+251=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF5FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5FFB is #50A004. Grayscale: #888888. Windows color (decimal): -5283845 or 16474031. OLE color: 16474031.

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

Color convert

RGB 175 95 251 -
CMYK 0.30 0.62 0 0.02
HSL 270.77º 0.95% 0.68% -
HSV(B) 270.77º 0.62% 0.98% -
XYZ 39.18 24.26 93.88 -
YUV 136.7 192.5 155.32 -
System Red Green Blue C M Y K H S L
Decimal 175 95 251 0.30 0.62 0 0.02 270.77 0.95 0.68
Hex AF 5F FB 1E 3E 0 2 10F 5F 44
Octal 257 137 373 36 76 0 2 417 137 104
Binary 10101111 1011111 11111011 11110 111110 0 10 100001111 1011111 1000100

Color Harmonies of #AF5FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5FFB

Black with #AF5FFB

Text Example


Text Example

White with #AF5FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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