Html Css Color HEX #AC65F3 Medium Purple

📋 copy color: '#AC65F3'

red 172 ◦ green 101 ◦ blue 243

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

Shades of Medium Purple #AC65F3

Tints of Medium Purple #AC65F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.09%

R = 33.33%
G = 19.57%
B = 47.09%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC65F3 (or 0xAC65F3) is known color: Medium Purple. HEX triplet: AC, 65 and F3. RGB value is (172,101,243). Sum of RGB (Red+Green+Blue) = 172+101+243=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #AC65F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC65F3 is #539A0C. Grayscale: #898989. Windows color (decimal): -5478925 or 15951276. OLE color: 15951276.

HSL color Cylindrical-coordinate representation of color #AC65F3: hue angle of 270º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC65F3 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 101 243 -
CMYK 0.29 0.58 0 0.05
HSL 270º 0.86% 0.67% -
HSV(B) 270º 0.58% 0.95% -
XYZ 37.84 24.55 87.54 -
YUV 138.42 187.02 151.95 -
System Red Green Blue C M Y K H S L
Decimal 172 101 243 0.29 0.58 0 0.05 270 0.86 0.67
Hex AC 65 F3 1D 3A 0 5 10E 56 43
Octal 254 145 363 35 72 0 5 416 126 103
Binary 10101100 1100101 11110011 11101 111010 0 101 100001110 1010110 1000011

Color Harmonies of #AC65F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC65F3

Black with #AC65F3

Text Example


Text Example

White with #AC65F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC65F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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