Html Css Color HEX #AF7FF1 Medium Purple

📋 copy color: '#AF7FF1'

red 175 ◦ green 127 ◦ blue 241

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

Shades of Medium Purple #AF7FF1

Tints of Medium Purple #AF7FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.38%

R = 32.23%
G = 23.39%
B = 44.38%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF7FF1 (or 0xAF7FF1) is known color: Medium Purple. HEX triplet: AF, 7F and F1. RGB value is (175,127,241). Sum of RGB (Red+Green+Blue) = 175+127+241=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF7FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7FF1 is #50800E. Grayscale: #999999. Windows color (decimal): -5275663 or 15826863. OLE color: 15826863.

HSL color Cylindrical-coordinate representation of color #AF7FF1: hue angle of 265.26º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF7FF1 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 127 241 -
CMYK 0.27 0.47 0 0.05
HSL 265.26º 0.8% 0.72% -
HSV(B) 265.26º 0.47% 0.95% -
XYZ 41.15 30.64 86.97 -
YUV 154.35 176.9 142.73 -
System Red Green Blue C M Y K H S L
Decimal 175 127 241 0.27 0.47 0 0.05 265.26 0.8 0.72
Hex AF 7F F1 1B 2F 0 5 109 50 48
Octal 257 177 361 33 57 0 5 411 120 110
Binary 10101111 1111111 11110001 11011 101111 0 101 100001001 1010000 1001000

Color Harmonies of #AF7FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7FF1

Black with #AF7FF1

Text Example


Text Example

White with #AF7FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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