Html Css Color HEX #AF77FD Medium Purple

📋 copy color: '#AF77FD'

red 175 ◦ green 119 ◦ blue 253

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

Shades of Medium Purple #AF77FD

Tints of Medium Purple #AF77FD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.76%

 BLUE value IS 253 (99.22% from 255) = 46.25%

R = 31.99%
G = 21.76%
B = 46.25%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF77FD (or 0xAF77FD) is known color: Medium Purple. HEX triplet: AF, 77 and FD. RGB value is (175,119,253). Sum of RGB (Red+Green+Blue) = 175+119+253=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF77FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF77FD is #508802. Grayscale: #969696. Windows color (decimal): -5277699 or 16611247. OLE color: 16611247.

HSL color Cylindrical-coordinate representation of color #AF77FD: hue angle of 265.07º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF77FD is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 119 253 -
CMYK 0.31 0.53 0 0.01
HSL 265.07º 0.97% 0.73% -
HSV(B) 265.07º 0.53% 0.99% -
XYZ 42.01 29.4 96.39 -
YUV 151.02 185.55 145.1 -
System Red Green Blue C M Y K H S L
Decimal 175 119 253 0.31 0.53 0 0.01 265.07 0.97 0.73
Hex AF 77 FD 1F 35 0 1 109 61 49
Octal 257 167 375 37 65 0 1 411 141 111
Binary 10101111 1110111 11111101 11111 110101 0 1 100001001 1100001 1001001

Color Harmonies of #AF77FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77FD

Black with #AF77FD

Text Example


Text Example

White with #AF77FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77FD; }

 p { color: rgb(175,119,253); }

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

background-color css

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

 a { background-color: rgb(175,119,253); }

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

border-color css

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

 span { border-color: rgb(175,119,253); }

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