Html Css Color HEX #AC6FFB Medium Purple

📋 copy color: '#AC6FFB'

red 172 ◦ green 111 ◦ blue 251

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

Shades of Medium Purple #AC6FFB

Tints of Medium Purple #AC6FFB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.79%

 BLUE value IS 251 (98.44% from 255) = 47%

R = 32.21%
G = 20.79%
B = 47%

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

#AC6FFB (or 0xAC6FFB) is known color: Medium Purple. HEX triplet: AC, 6F and FB. RGB value is (172,111,251). Sum of RGB (Red+Green+Blue) = 172+111+251=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC6FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6FFB is #539004. Grayscale: #909090. Windows color (decimal): -5476357 or 16478124. OLE color: 16478124.

HSL color Cylindrical-coordinate representation of color #AC6FFB: hue angle of 266.14º degrees, saturation: 0.95, 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 #AC6FFB is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 111 251 -
CMYK 0.31 0.56 0 0.02
HSL 266.14º 0.95% 0.71% -
HSV(B) 266.14º 0.56% 0.98% -
XYZ 40.11 27.1 94.38 -
YUV 145.2 187.71 147.12 -
System Red Green Blue C M Y K H S L
Decimal 172 111 251 0.31 0.56 0 0.02 266.14 0.95 0.71
Hex AC 6F FB 1F 38 0 2 10A 5F 47
Octal 254 157 373 37 70 0 2 412 137 107
Binary 10101100 1101111 11111011 11111 111000 0 10 100001010 1011111 1000111

Color Harmonies of #AC6FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6FFB

Black with #AC6FFB

Text Example


Text Example

White with #AC6FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6FFB; }

 p { color: rgb(172,111,251); }

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

background-color css

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

 a { background-color: rgb(172,111,251); }

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

border-color css

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

 span { border-color: rgb(172,111,251); }

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