Html Css Color HEX #AF7FFC Medium Purple

📋 copy color: '#AF7FFC'

red 175 ◦ green 127 ◦ blue 252

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

Shades of Medium Purple #AF7FFC

Tints of Medium Purple #AF7FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 22.92%

 BLUE value IS 252 (98.83% from 255) = 45.49%

R = 31.59%
G = 22.92%
B = 45.49%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF7FFC (or 0xAF7FFC) is known color: Medium Purple. HEX triplet: AF, 7F and FC. RGB value is (175,127,252). Sum of RGB (Red+Green+Blue) = 175+127+252=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF7FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7FFC is #508003. Grayscale: #9B9B9B. Windows color (decimal): -5275652 or 16547759. OLE color: 16547759.

HSL color Cylindrical-coordinate representation of color #AF7FFC: hue angle of 263.04º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF7FFC is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 127 252 -
CMYK 0.31 0.50 0 0.01
HSL 263.04º 0.95% 0.74% -
HSV(B) 263.04º 0.5% 0.99% -
XYZ 42.84 31.32 95.88 -
YUV 155.6 182.4 141.84 -
System Red Green Blue C M Y K H S L
Decimal 175 127 252 0.31 0.50 0 0.01 263.04 0.95 0.74
Hex AF 7F FC 1F 32 0 1 107 5F 4A
Octal 257 177 374 37 62 0 1 407 137 112
Binary 10101111 1111111 11111100 11111 110010 0 1 100000111 1011111 1001010

Color Harmonies of #AF7FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7FFC

Black with #AF7FFC

Text Example


Text Example

White with #AF7FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7FFC; }

 p { color: rgb(175,127,252); }

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

background-color css

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

 a { background-color: rgb(175,127,252); }

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

border-color css

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

 span { border-color: rgb(175,127,252); }

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