Html Css Color HEX #AF76F9 Medium Purple

📋 copy color: '#AF76F9'

red 175 ◦ green 118 ◦ blue 249

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

Shades of Medium Purple #AF76F9

Tints of Medium Purple #AF76F9

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.77%

 BLUE value IS 249 (97.66% from 255) = 45.94%

R = 32.29%
G = 21.77%
B = 45.94%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF76F9 (or 0xAF76F9) is known color: Medium Purple. HEX triplet: AF, 76 and F9. RGB value is (175,118,249). Sum of RGB (Red+Green+Blue) = 175+118+249=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF76F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF76F9 is #508906. Grayscale: #959595. Windows color (decimal): -5277959 or 16348847. OLE color: 16348847.

HSL color Cylindrical-coordinate representation of color #AF76F9: hue angle of 266.11º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF76F9 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 118 249 -
CMYK 0.30 0.53 0 0.02
HSL 266.11º 0.92% 0.72% -
HSV(B) 266.11º 0.53% 0.98% -
XYZ 41.26 28.91 93.03 -
YUV 149.98 183.88 145.85 -
System Red Green Blue C M Y K H S L
Decimal 175 118 249 0.30 0.53 0 0.02 266.11 0.92 0.72
Hex AF 76 F9 1E 35 0 2 10A 5C 48
Octal 257 166 371 36 65 0 2 412 134 110
Binary 10101111 1110110 11111001 11110 110101 0 10 100001010 1011100 1001000

Color Harmonies of #AF76F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF76F9

Black with #AF76F9

Text Example


Text Example

White with #AF76F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF76F9; }

 p { color: rgb(175,118,249); }

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

background-color css

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

 a { background-color: rgb(175,118,249); }

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

border-color css

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

 span { border-color: rgb(175,118,249); }

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