Html Css Color HEX #AC65FF Medium Purple

📋 copy color: '#AC65FF'

red 172 ◦ green 101 ◦ blue 255

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

Shades of Medium Purple #AC65FF

Tints of Medium Purple #AC65FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.3%

R = 32.58%
G = 19.13%
B = 48.3%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC65FF (or 0xAC65FF) is known color: Medium Purple. HEX triplet: AC, 65 and FF. RGB value is (172,101,255). Sum of RGB (Red+Green+Blue) = 172+101+255=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC65FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC65FF is #539A00. Grayscale: #8B8B8B. Windows color (decimal): -5478913 or 16737708. OLE color: 16737708.

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

Color convert

RGB 172 101 255 -
CMYK 0.33 0.60 0 0
HSL 267.66º 1% 0.7% -
HSV(B) 267.66º 0.6% 1% -
XYZ 39.72 25.3 97.4 -
YUV 139.79 193.02 150.98 -
System Red Green Blue C M Y K H S L
Decimal 172 101 255 0.33 0.60 0 0 267.66 1 0.7
Hex AC 65 FF 21 3C 0 0 10C 64 46
Octal 254 145 377 41 74 0 0 414 144 106
Binary 10101100 1100101 11111111 100001 111100 0 0 100001100 1100100 1000110

Color Harmonies of #AC65FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC65FF

Black with #AC65FF

Text Example


Text Example

White with #AC65FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC65FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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