Html Css Color HEX #AC6CFA Medium Purple

📋 copy color: '#AC6CFA'

red 172 ◦ green 108 ◦ blue 250

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

Shades of Medium Purple #AC6CFA

Tints of Medium Purple #AC6CFA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.38%

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

R = 32.45%
G = 20.38%
B = 47.17%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC6CFA (or 0xAC6CFA) is known color: Medium Purple. HEX triplet: AC, 6C and FA. RGB value is (172,108,250). Sum of RGB (Red+Green+Blue) = 172+108+250=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC6CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6CFA is #539305. Grayscale: #8E8E8E. Windows color (decimal): -5477126 or 16411820. OLE color: 16411820.

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

Color convert

RGB 172 108 250 -
CMYK 0.31 0.57 0 0.02
HSL 267.04º 0.93% 0.7% -
HSV(B) 267.04º 0.57% 0.98% -
XYZ 39.63 26.4 93.45 -
YUV 143.32 188.2 148.45 -
System Red Green Blue C M Y K H S L
Decimal 172 108 250 0.31 0.57 0 0.02 267.04 0.93 0.7
Hex AC 6C FA 1F 39 0 2 10B 5D 46
Octal 254 154 372 37 71 0 2 413 135 106
Binary 10101100 1101100 11111010 11111 111001 0 10 100001011 1011101 1000110

Color Harmonies of #AC6CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6CFA

Black with #AC6CFA

Text Example


Text Example

White with #AC6CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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