Html Css Color HEX #AC65FE Medium Purple

📋 copy color: '#AC65FE'

red 172 ◦ green 101 ◦ blue 254

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

Shades of Medium Purple #AC65FE

Tints of Medium Purple #AC65FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 32.64%
G = 19.17%
B = 48.2%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC65FE (or 0xAC65FE) is known color: Medium Purple. HEX triplet: AC, 65 and FE. RGB value is (172,101,254). Sum of RGB (Red+Green+Blue) = 172+101+254=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC65FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC65FE is #539A01. Grayscale: #8B8B8B. Windows color (decimal): -5478914 or 16672172. OLE color: 16672172.

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

Color convert

RGB 172 101 254 -
CMYK 0.32 0.60 0 0.00
HSL 267.84º 0.99% 0.7% -
HSV(B) 267.84º 0.6% 1% -
XYZ 39.56 25.23 96.55 -
YUV 139.67 192.52 151.06 -
System Red Green Blue C M Y K H S L
Decimal 172 101 254 0.32 0.60 0 0.00 267.84 0.99 0.7
Hex AC 65 FE 20 3C 0 0 10C 63 46
Octal 254 145 376 40 74 0 0 414 143 106
Binary 10101100 1100101 11111110 100000 111100 0 0 100001100 1100011 1000110

Color Harmonies of #AC65FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC65FE

Black with #AC65FE

Text Example


Text Example

White with #AC65FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC65FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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