Html Css Color HEX #AC65F2 Medium Purple

📋 copy color: '#AC65F2'

red 172 ◦ green 101 ◦ blue 242

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

Shades of Medium Purple #AC65F2

Tints of Medium Purple #AC65F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.99%

R = 33.4%
G = 19.61%
B = 46.99%

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

#AC65F2 (or 0xAC65F2) is known color: Medium Purple. HEX triplet: AC, 65 and F2. RGB value is (172,101,242). Sum of RGB (Red+Green+Blue) = 172+101+242=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC65F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC65F2 is #539A0D. Grayscale: #898989. Windows color (decimal): -5478926 or 15885740. OLE color: 15885740.

HSL color Cylindrical-coordinate representation of color #AC65F2: hue angle of 270.21º degrees, saturation: 0.84, 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 #AC65F2 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 101 242 -
CMYK 0.29 0.58 0 0.05
HSL 270.21º 0.84% 0.67% -
HSV(B) 270.21º 0.58% 0.95% -
XYZ 37.69 24.49 86.74 -
YUV 138.3 186.52 152.04 -
System Red Green Blue C M Y K H S L
Decimal 172 101 242 0.29 0.58 0 0.05 270.21 0.84 0.67
Hex AC 65 F2 1D 3A 0 5 10E 54 43
Octal 254 145 362 35 72 0 5 416 124 103
Binary 10101100 1100101 11110010 11101 111010 0 101 100001110 1010100 1000011

Color Harmonies of #AC65F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC65F2

Black with #AC65F2

Text Example


Text Example

White with #AC65F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC65F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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