Html Css Color HEX #AF7FF2 Medium Purple

📋 copy color: '#AF7FF2'

red 175 ◦ green 127 ◦ blue 242

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

Shades of Medium Purple #AF7FF2

Tints of Medium Purple #AF7FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.49%

R = 32.17%
G = 23.35%
B = 44.49%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF7FF2 (or 0xAF7FF2) is known color: Medium Purple. HEX triplet: AF, 7F and F2. RGB value is (175,127,242). Sum of RGB (Red+Green+Blue) = 175+127+242=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF7FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7FF2 is #50800D. Grayscale: #9A9A9A. Windows color (decimal): -5275662 or 15892399. OLE color: 15892399.

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

Color convert

RGB 175 127 242 -
CMYK 0.28 0.48 0 0.05
HSL 265.04º 0.82% 0.72% -
HSV(B) 265.04º 0.48% 0.95% -
XYZ 41.3 30.7 87.75 -
YUV 154.46 177.4 142.65 -
System Red Green Blue C M Y K H S L
Decimal 175 127 242 0.28 0.48 0 0.05 265.04 0.82 0.72
Hex AF 7F F2 1C 30 0 5 109 52 48
Octal 257 177 362 34 60 0 5 411 122 110
Binary 10101111 1111111 11110010 11100 110000 0 101 100001001 1010010 1001000

Color Harmonies of #AF7FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7FF2

Black with #AF7FF2

Text Example


Text Example

White with #AF7FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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