Html Css Color HEX #AF77FA Medium Purple

📋 copy color: '#AF77FA'

red 175 ◦ green 119 ◦ blue 250

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

Shades of Medium Purple #AF77FA

Tints of Medium Purple #AF77FA

RGB

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

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

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

R = 32.17%
G = 21.88%
B = 45.96%

CMYK

 C value IS 0.3

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF77FA (or 0xAF77FA) is known color: Medium Purple. HEX triplet: AF, 77 and FA. RGB value is (175,119,250). Sum of RGB (Red+Green+Blue) = 175+119+250=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF77FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF77FA is #508805. Grayscale: #969696. Windows color (decimal): -5277702 or 16414639. OLE color: 16414639.

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

Color convert

RGB 175 119 250 -
CMYK 0.3 0.52 0 0.02
HSL 265.65º 0.93% 0.72% -
HSV(B) 265.65º 0.52% 0.98% -
XYZ 41.53 29.21 93.89 -
YUV 150.68 184.05 145.35 -
System Red Green Blue C M Y K H S L
Decimal 175 119 250 0.3 0.52 0 0.02 265.65 0.93 0.72
Hex AF 77 FA 1E 34 0 2 10A 5D 48
Octal 257 167 372 36 64 0 2 412 135 110
Binary 10101111 1110111 11111010 11110 110100 0 10 100001010 1011101 1001000

Color Harmonies of #AF77FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77FA

Black with #AF77FA

Text Example


Text Example

White with #AF77FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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