Html Css Color HEX #AF7AFF Medium Purple

📋 copy color: '#AF7AFF'

red 175 ◦ green 122 ◦ blue 255

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

Shades of Medium Purple #AF7AFF

Tints of Medium Purple #AF7AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.2%

R = 31.7%
G = 22.1%
B = 46.2%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF7AFF (or 0xAF7AFF) is known color: Medium Purple. HEX triplet: AF, 7A and FF. RGB value is (175,122,255). Sum of RGB (Red+Green+Blue) = 175+122+255=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF7AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7AFF is #508500. Grayscale: #989898. Windows color (decimal): -5276929 or 16743087. OLE color: 16743087.

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

Color convert

RGB 175 122 255 -
CMYK 0.31 0.52 0 0
HSL 263.91º 1% 0.74% -
HSV(B) 263.91º 0.52% 1% -
XYZ 42.69 30.25 98.2 -
YUV 153.01 185.56 143.69 -
System Red Green Blue C M Y K H S L
Decimal 175 122 255 0.31 0.52 0 0 263.91 1 0.74
Hex AF 7A FF 1F 34 0 0 108 64 4A
Octal 257 172 377 37 64 0 0 410 144 112
Binary 10101111 1111010 11111111 11111 110100 0 0 100001000 1100100 1001010

Color Harmonies of #AF7AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7AFF

Black with #AF7AFF

Text Example


Text Example

White with #AF7AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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