Html Css Color HEX #AC67FF Medium Purple

📋 copy color: '#AC67FF'

red 172 ◦ green 103 ◦ blue 255

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

Shades of Medium Purple #AC67FF

Tints of Medium Purple #AC67FF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.43%

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

R = 32.45%
G = 19.43%
B = 48.11%

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

#AC67FF (or 0xAC67FF) is known color: Medium Purple. HEX triplet: AC, 67 and FF. RGB value is (172,103,255). Sum of RGB (Red+Green+Blue) = 172+103+255=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC67FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC67FF is #539800. Grayscale: #8C8C8C. Windows color (decimal): -5478401 or 16738220. OLE color: 16738220.

HSL color Cylindrical-coordinate representation of color #AC67FF: hue angle of 267.24º 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 #AC67FF is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 103 255 -
CMYK 0.33 0.60 0 0
HSL 267.24º 1% 0.7% -
HSV(B) 267.24º 0.6% 1% -
XYZ 39.91 25.69 97.46 -
YUV 140.96 192.36 150.14 -
System Red Green Blue C M Y K H S L
Decimal 172 103 255 0.33 0.60 0 0 267.24 1 0.7
Hex AC 67 FF 21 3C 0 0 10B 64 46
Octal 254 147 377 41 74 0 0 413 144 106
Binary 10101100 1100111 11111111 100001 111100 0 0 100001011 1100100 1000110

Color Harmonies of #AC67FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC67FF

Black with #AC67FF

Text Example


Text Example

White with #AC67FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC67FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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