Html Css Color HEX #AC6EFA Medium Purple

📋 copy color: '#AC6EFA'

red 172 ◦ green 110 ◦ blue 250

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

Shades of Medium Purple #AC6EFA

Tints of Medium Purple #AC6EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.68%

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

R = 32.33%
G = 20.68%
B = 46.99%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC6EFA (or 0xAC6EFA) is known color: Medium Purple. HEX triplet: AC, 6E and FA. RGB value is (172,110,250). Sum of RGB (Red+Green+Blue) = 172+110+250=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC6EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6EFA is #539105. Grayscale: #909090. Windows color (decimal): -5476614 or 16412332. OLE color: 16412332.

HSL color Cylindrical-coordinate representation of color #AC6EFA: hue angle of 266.57º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC6EFA is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 110 250 -
CMYK 0.31 0.56 0 0.02
HSL 266.57º 0.93% 0.71% -
HSV(B) 266.57º 0.56% 0.98% -
XYZ 39.84 26.82 93.52 -
YUV 144.5 187.54 147.62 -
System Red Green Blue C M Y K H S L
Decimal 172 110 250 0.31 0.56 0 0.02 266.57 0.93 0.71
Hex AC 6E FA 1F 38 0 2 10B 5D 47
Octal 254 156 372 37 70 0 2 413 135 107
Binary 10101100 1101110 11111010 11111 111000 0 10 100001011 1011101 1000111

Color Harmonies of #AC6EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6EFA

Black with #AC6EFA

Text Example


Text Example

White with #AC6EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6EFA; }

 p { color: rgb(172,110,250); }

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

background-color css

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

 a { background-color: rgb(172,110,250); }

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

border-color css

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

 span { border-color: rgb(172,110,250); }

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