Html Css Color HEX #AC65FC Medium Purple

📋 copy color: '#AC65FC'

red 172 ◦ green 101 ◦ blue 252

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

Shades of Medium Purple #AC65FC

Tints of Medium Purple #AC65FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48%

R = 32.76%
G = 19.24%
B = 48%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC65FC (or 0xAC65FC) is known color: Medium Purple. HEX triplet: AC, 65 and FC. RGB value is (172,101,252). Sum of RGB (Red+Green+Blue) = 172+101+252=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC65FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC65FC is #539A03. Grayscale: #8A8A8A. Windows color (decimal): -5478916 or 16541100. OLE color: 16541100.

HSL color Cylindrical-coordinate representation of color #AC65FC: hue angle of 268.21º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC65FC is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 101 252 -
CMYK 0.32 0.60 0 0.01
HSL 268.21º 0.96% 0.69% -
HSV(B) 268.21º 0.6% 0.99% -
XYZ 39.24 25.11 94.87 -
YUV 139.44 191.52 151.22 -
System Red Green Blue C M Y K H S L
Decimal 172 101 252 0.32 0.60 0 0.01 268.21 0.96 0.69
Hex AC 65 FC 20 3C 0 1 10C 60 45
Octal 254 145 374 40 74 0 1 414 140 105
Binary 10101100 1100101 11111100 100000 111100 0 1 100001100 1100000 1000101

Color Harmonies of #AC65FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC65FC

Black with #AC65FC

Text Example


Text Example

White with #AC65FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC65FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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