Html Css Color HEX #AF76FA Medium Purple

📋 copy color: '#AF76FA'

red 175 ◦ green 118 ◦ blue 250

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

Shades of Medium Purple #AF76FA

Tints of Medium Purple #AF76FA

RGB

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

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

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

R = 32.23%
G = 21.73%
B = 46.04%

CMYK

 C value IS 0.3

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF76FA (or 0xAF76FA) is known color: Medium Purple. HEX triplet: AF, 76 and FA. RGB value is (175,118,250). Sum of RGB (Red+Green+Blue) = 175+118+250=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF76FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF76FA is #508905. Grayscale: #959595. Windows color (decimal): -5277958 or 16414383. OLE color: 16414383.

HSL color Cylindrical-coordinate representation of color #AF76FA: hue angle of 265.91º degrees, saturation: 0.93, 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 #AF76FA is Cyan = 0.3, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 118 250 -
CMYK 0.3 0.53 0 0.02
HSL 265.91º 0.93% 0.72% -
HSV(B) 265.91º 0.53% 0.98% -
XYZ 41.41 28.97 93.85 -
YUV 150.09 184.38 145.77 -
System Red Green Blue C M Y K H S L
Decimal 175 118 250 0.3 0.53 0 0.02 265.91 0.93 0.72
Hex AF 76 FA 1E 35 0 2 10A 5D 48
Octal 257 166 372 36 65 0 2 412 135 110
Binary 10101111 1110110 11111010 11110 110101 0 10 100001010 1011101 1001000

Color Harmonies of #AF76FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF76FA

Black with #AF76FA

Text Example


Text Example

White with #AF76FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF76FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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