Html Css Color HEX #AC82F4 Medium Purple

📋 copy color: '#AC82F4'

red 172 ◦ green 130 ◦ blue 244

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

Shades of Medium Purple #AC82F4

Tints of Medium Purple #AC82F4

RGB

 RED value IS 172 (67.58% from 255) = 31.5%

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

 BLUE value IS 244 (95.7% from 255) = 44.69%

R = 31.5%
G = 23.81%
B = 44.69%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AC82F4 (or 0xAC82F4) is known color: Medium Purple. HEX triplet: AC, 82 and F4. RGB value is (172,130,244). Sum of RGB (Red+Green+Blue) = 172+130+244=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 244 (95.70% from 255 or 44.69% from 546); Max value from RGB is 244 - color contains mainly: blue. Hex color #AC82F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC82F4 is #537D0B. Grayscale: #9B9B9B. Windows color (decimal): -5471500 or 16024236. OLE color: 16024236.

HSL color Cylindrical-coordinate representation of color #AC82F4: hue angle of 262.11º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC82F4 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 130 244 -
CMYK 0.30 0.47 0 0.04
HSL 262.11º 0.84% 0.73% -
HSV(B) 262.11º 0.47% 0.96% -
XYZ 41.33 31.27 89.45 -
YUV 155.55 177.91 139.73 -
System Red Green Blue C M Y K H S L
Decimal 172 130 244 0.30 0.47 0 0.04 262.11 0.84 0.73
Hex AC 82 F4 1E 2F 0 4 106 54 49
Octal 254 202 364 36 57 0 4 406 124 111
Binary 10101100 10000010 11110100 11110 101111 0 100 100000110 1010100 1001001

Color Harmonies of #AC82F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC82F4

Black with #AC82F4

Text Example


Text Example

White with #AC82F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC82F4; }

 p { color: rgb(172,130,244); }

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

background-color css

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

 a { background-color: rgb(172,130,244); }

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

border-color css

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

 span { border-color: rgb(172,130,244); }

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