Html Css Color HEX #AC85FD Medium Purple

📋 copy color: '#AC85FD'

red 172 ◦ green 133 ◦ blue 253

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

Shades of Medium Purple #AC85FD

Tints of Medium Purple #AC85FD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.84%

 BLUE value IS 253 (99.22% from 255) = 45.34%

R = 30.82%
G = 23.84%
B = 45.34%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC85FD (or 0xAC85FD) is known color: Medium Purple. HEX triplet: AC, 85 and FD. RGB value is (172,133,253). Sum of RGB (Red+Green+Blue) = 172+133+253=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC85FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC85FD is #537A02. Grayscale: #9D9D9D. Windows color (decimal): -5470723 or 16614828. OLE color: 16614828.

HSL color Cylindrical-coordinate representation of color #AC85FD: hue angle of 259.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC85FD is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 133 253 -
CMYK 0.32 0.47 0 0.01
HSL 259.5º 0.97% 0.76% -
HSV(B) 259.5º 0.47% 0.99% -
XYZ 43.13 32.64 96.95 -
YUV 158.34 181.42 137.74 -
System Red Green Blue C M Y K H S L
Decimal 172 133 253 0.32 0.47 0 0.01 259.5 0.97 0.76
Hex AC 85 FD 20 2F 0 1 104 61 4C
Octal 254 205 375 40 57 0 1 404 141 114
Binary 10101100 10000101 11111101 100000 101111 0 1 100000100 1100001 1001100

Color Harmonies of #AC85FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC85FD

Black with #AC85FD

Text Example


Text Example

White with #AC85FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC85FD; }

 p { color: rgb(172,133,253); }

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

background-color css

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

 a { background-color: rgb(172,133,253); }

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

border-color css

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

 span { border-color: rgb(172,133,253); }

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