Html Css Color HEX #AF82FE Medium Purple

📋 copy color: '#AF82FE'

red 175 ◦ green 130 ◦ blue 254

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

Shades of Medium Purple #AF82FE

Tints of Medium Purple #AF82FE

RGB

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

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

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

R = 31.31%
G = 23.26%
B = 45.44%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF82FE (or 0xAF82FE) is known color: Medium Purple. HEX triplet: AF, 82 and FE. RGB value is (175,130,254). Sum of RGB (Red+Green+Blue) = 175+130+254=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF82FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF82FE is #507D01. Grayscale: #9D9D9D. Windows color (decimal): -5274882 or 16679599. OLE color: 16679599.

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

Color convert

RGB 175 130 254 -
CMYK 0.31 0.49 0 0.00
HSL 261.77º 0.98% 0.75% -
HSV(B) 261.77º 0.49% 1% -
XYZ 43.55 32.23 97.69 -
YUV 157.59 182.41 140.42 -
System Red Green Blue C M Y K H S L
Decimal 175 130 254 0.31 0.49 0 0.00 261.77 0.98 0.75
Hex AF 82 FE 1F 31 0 0 106 62 4B
Octal 257 202 376 37 61 0 0 406 142 113
Binary 10101111 10000010 11111110 11111 110001 0 0 100000110 1100010 1001011

Color Harmonies of #AF82FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF82FE

Black with #AF82FE

Text Example


Text Example

White with #AF82FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF82FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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