Html Css Color HEX #AF7FFD Medium Purple

📋 copy color: '#AF7FFD'

red 175 ◦ green 127 ◦ blue 253

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

Shades of Medium Purple #AF7FFD

Tints of Medium Purple #AF7FFD

RGB

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

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

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

R = 31.53%
G = 22.88%
B = 45.59%

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

#AF7FFD (or 0xAF7FFD) is known color: Medium Purple. HEX triplet: AF, 7F and FD. RGB value is (175,127,253). Sum of RGB (Red+Green+Blue) = 175+127+253=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF7FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7FFD is #508002. Grayscale: #9B9B9B. Windows color (decimal): -5275651 or 16613295. OLE color: 16613295.

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

Color convert

RGB 175 127 253 -
CMYK 0.31 0.50 0 0.01
HSL 262.86º 0.97% 0.75% -
HSV(B) 262.86º 0.5% 0.99% -
XYZ 43 31.38 96.72 -
YUV 155.72 182.9 141.75 -
System Red Green Blue C M Y K H S L
Decimal 175 127 253 0.31 0.50 0 0.01 262.86 0.97 0.75
Hex AF 7F FD 1F 32 0 1 107 61 4B
Octal 257 177 375 37 62 0 1 407 141 113
Binary 10101111 1111111 11111101 11111 110010 0 1 100000111 1100001 1001011

Color Harmonies of #AF7FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7FFD

Black with #AF7FFD

Text Example


Text Example

White with #AF7FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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