Html Css Color HEX #AF77F9 Medium Purple

📋 copy color: '#AF77F9'

red 175 ◦ green 119 ◦ blue 249

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

Shades of Medium Purple #AF77F9

Tints of Medium Purple #AF77F9

RGB

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

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

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

R = 32.23%
G = 21.92%
B = 45.86%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF77F9 (or 0xAF77F9) is known color: Medium Purple. HEX triplet: AF, 77 and F9. RGB value is (175,119,249). Sum of RGB (Red+Green+Blue) = 175+119+249=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF77F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF77F9 is #508806. Grayscale: #969696. Windows color (decimal): -5277703 or 16349103. OLE color: 16349103.

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

Color convert

RGB 175 119 249 -
CMYK 0.30 0.52 0 0.02
HSL 265.85º 0.92% 0.72% -
HSV(B) 265.85º 0.52% 0.98% -
XYZ 41.37 29.15 93.07 -
YUV 150.56 183.55 145.43 -
System Red Green Blue C M Y K H S L
Decimal 175 119 249 0.30 0.52 0 0.02 265.85 0.92 0.72
Hex AF 77 F9 1E 34 0 2 10A 5C 48
Octal 257 167 371 36 64 0 2 412 134 110
Binary 10101111 1110111 11111001 11110 110100 0 10 100001010 1011100 1001000

Color Harmonies of #AF77F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77F9

Black with #AF77F9

Text Example


Text Example

White with #AF77F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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