Html Css Color HEX #AC65FB Medium Purple

📋 copy color: '#AC65FB'

red 172 ◦ green 101 ◦ blue 251

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

Shades of Medium Purple #AC65FB

Tints of Medium Purple #AC65FB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.27%

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

R = 32.82%
G = 19.27%
B = 47.9%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC65FB (or 0xAC65FB) is known color: Medium Purple. HEX triplet: AC, 65 and FB. RGB value is (172,101,251). Sum of RGB (Red+Green+Blue) = 172+101+251=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC65FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC65FB is #539A04. Grayscale: #8A8A8A. Windows color (decimal): -5478917 or 16475564. OLE color: 16475564.

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

Color convert

RGB 172 101 251 -
CMYK 0.31 0.60 0 0.02
HSL 268.4º 0.95% 0.69% -
HSV(B) 268.4º 0.6% 0.98% -
XYZ 39.08 25.04 94.04 -
YUV 139.33 191.02 151.3 -
System Red Green Blue C M Y K H S L
Decimal 172 101 251 0.31 0.60 0 0.02 268.4 0.95 0.69
Hex AC 65 FB 1F 3C 0 2 10C 5F 45
Octal 254 145 373 37 74 0 2 414 137 105
Binary 10101100 1100101 11111011 11111 111100 0 10 100001100 1011111 1000101

Color Harmonies of #AC65FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC65FB

Black with #AC65FB

Text Example


Text Example

White with #AC65FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC65FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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