Html Css Color HEX #AF82FF Medium Purple

📋 copy color: '#AF82FF'

red 175 ◦ green 130 ◦ blue 255

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

Shades of Medium Purple #AF82FF

Tints of Medium Purple #AF82FF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.21%

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

R = 31.25%
G = 23.21%
B = 45.54%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF82FF (or 0xAF82FF) is known color: Medium Purple. HEX triplet: AF, 82 and FF. RGB value is (175,130,255). Sum of RGB (Red+Green+Blue) = 175+130+255=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF82FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF82FF is #507D00. Grayscale: #9D9D9D. Windows color (decimal): -5274881 or 16745135. OLE color: 16745135.

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

Color convert

RGB 175 130 255 -
CMYK 0.31 0.49 0 0
HSL 261.6º 1% 0.75% -
HSV(B) 261.6º 0.49% 1% -
XYZ 43.71 32.3 98.54 -
YUV 157.71 182.91 140.34 -
System Red Green Blue C M Y K H S L
Decimal 175 130 255 0.31 0.49 0 0 261.6 1 0.75
Hex AF 82 FF 1F 31 0 0 106 64 4B
Octal 257 202 377 37 61 0 0 406 144 113
Binary 10101111 10000010 11111111 11111 110001 0 0 100000110 1100100 1001011

Color Harmonies of #AF82FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF82FF

Black with #AF82FF

Text Example


Text Example

White with #AF82FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF82FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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