Html Css Color HEX #AF7AFE Medium Purple

📋 copy color: '#AF7AFE'

red 175 ◦ green 122 ◦ blue 254

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

Shades of Medium Purple #AF7AFE

Tints of Medium Purple #AF7AFE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.14%

 BLUE value IS 254 (99.61% from 255) = 46.1%

R = 31.76%
G = 22.14%
B = 46.1%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF7AFE (or 0xAF7AFE) is known color: Medium Purple. HEX triplet: AF, 7A and FE. RGB value is (175,122,254). Sum of RGB (Red+Green+Blue) = 175+122+254=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF7AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7AFE is #508501. Grayscale: #989898. Windows color (decimal): -5276930 or 16677551. OLE color: 16677551.

HSL color Cylindrical-coordinate representation of color #AF7AFE: hue angle of 264.09º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF7AFE is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 122 254 -
CMYK 0.31 0.52 0 0.00
HSL 264.09º 0.99% 0.74% -
HSV(B) 264.09º 0.52% 1% -
XYZ 42.53 30.19 97.35 -
YUV 152.9 185.06 143.77 -
System Red Green Blue C M Y K H S L
Decimal 175 122 254 0.31 0.52 0 0.00 264.09 0.99 0.74
Hex AF 7A FE 1F 34 0 0 108 63 4A
Octal 257 172 376 37 64 0 0 410 143 112
Binary 10101111 1111010 11111110 11111 110100 0 0 100001000 1100011 1001010

Color Harmonies of #AF7AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7AFE

Black with #AF7AFE

Text Example


Text Example

White with #AF7AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7AFE; }

 p { color: rgb(175,122,254); }

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

background-color css

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

 a { background-color: rgb(175,122,254); }

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

border-color css

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

 span { border-color: rgb(175,122,254); }

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