Html Css Color HEX #AC68FB Medium Purple

📋 copy color: '#AC68FB'

red 172 ◦ green 104 ◦ blue 251

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

Shades of Medium Purple #AC68FB

Tints of Medium Purple #AC68FB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.73%

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

R = 32.64%
G = 19.73%
B = 47.63%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC68FB (or 0xAC68FB) is known color: Medium Purple. HEX triplet: AC, 68 and FB. RGB value is (172,104,251). Sum of RGB (Red+Green+Blue) = 172+104+251=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC68FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC68FB is #539704. Grayscale: #8C8C8C. Windows color (decimal): -5478149 or 16476332. OLE color: 16476332.

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

Color convert

RGB 172 104 251 -
CMYK 0.31 0.59 0 0.02
HSL 267.76º 0.95% 0.7% -
HSV(B) 267.76º 0.59% 0.98% -
XYZ 39.38 25.64 94.14 -
YUV 141.09 190.03 150.05 -
System Red Green Blue C M Y K H S L
Decimal 172 104 251 0.31 0.59 0 0.02 267.76 0.95 0.7
Hex AC 68 FB 1F 3B 0 2 10C 5F 46
Octal 254 150 373 37 73 0 2 414 137 106
Binary 10101100 1101000 11111011 11111 111011 0 10 100001100 1011111 1000110

Color Harmonies of #AC68FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC68FB

Black with #AC68FB

Text Example


Text Example

White with #AC68FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC68FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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