Html Css Color HEX #AF82FA Medium Purple

📋 copy color: '#AF82FA'

red 175 ◦ green 130 ◦ blue 250

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

Shades of Medium Purple #AF82FA

Tints of Medium Purple #AF82FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.05%

R = 31.53%
G = 23.42%
B = 45.05%

CMYK

 C value IS 0.3

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF82FA (or 0xAF82FA) is known color: Medium Purple. HEX triplet: AF, 82 and FA. RGB value is (175,130,250). Sum of RGB (Red+Green+Blue) = 175+130+250=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF82FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF82FA is #507D05. Grayscale: #9C9C9C. Windows color (decimal): -5274886 or 16417455. OLE color: 16417455.

HSL color Cylindrical-coordinate representation of color #AF82FA: hue angle of 262.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF82FA is Cyan = 0.3, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 130 250 -
CMYK 0.3 0.48 0 0.02
HSL 262.5º 0.92% 0.75% -
HSV(B) 262.5º 0.48% 0.98% -
XYZ 42.92 31.98 94.35 -
YUV 157.14 180.41 140.74 -
System Red Green Blue C M Y K H S L
Decimal 175 130 250 0.3 0.48 0 0.02 262.5 0.92 0.75
Hex AF 82 FA 1E 30 0 2 106 5C 4B
Octal 257 202 372 36 60 0 2 406 134 113
Binary 10101111 10000010 11111010 11110 110000 0 10 100000110 1011100 1001011

Color Harmonies of #AF82FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF82FA

Black with #AF82FA

Text Example


Text Example

White with #AF82FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF82FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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