Html Css Color HEX #AF7FFB Medium Purple

📋 copy color: '#AF7FFB'

red 175 ◦ green 127 ◦ blue 251

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

Shades of Medium Purple #AF7FFB

Tints of Medium Purple #AF7FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.39%

R = 31.65%
G = 22.97%
B = 45.39%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF7FFB (or 0xAF7FFB) is known color: Medium Purple. HEX triplet: AF, 7F and FB. RGB value is (175,127,251). Sum of RGB (Red+Green+Blue) = 175+127+251=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF7FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7FFB is #508004. Grayscale: #9B9B9B. Windows color (decimal): -5275653 or 16482223. OLE color: 16482223.

HSL color Cylindrical-coordinate representation of color #AF7FFB: hue angle of 263.23º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF7FFB is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 127 251 -
CMYK 0.30 0.49 0 0.02
HSL 263.23º 0.94% 0.74% -
HSV(B) 263.23º 0.49% 0.98% -
XYZ 42.68 31.26 95.05 -
YUV 155.49 181.9 141.92 -
System Red Green Blue C M Y K H S L
Decimal 175 127 251 0.30 0.49 0 0.02 263.23 0.94 0.74
Hex AF 7F FB 1E 31 0 2 107 5E 4A
Octal 257 177 373 36 61 0 2 407 136 112
Binary 10101111 1111111 11111011 11110 110001 0 10 100000111 1011110 1001010

Color Harmonies of #AF7FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7FFB

Black with #AF7FFB

Text Example


Text Example

White with #AF7FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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