Html Css Color HEX #AC67E4 Amethyst

📋 copy color: '#AC67E4'

red 172 ◦ green 103 ◦ blue 228

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

Shades of Amethyst #AC67E4

Tints of Amethyst #AC67E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.33%

R = 34.19%
G = 20.48%
B = 45.33%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AC67E4 (or 0xAC67E4) is known color: Amethyst. HEX triplet: AC, 67 and E4. RGB value is (172,103,228). Sum of RGB (Red+Green+Blue) = 172+103+228=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 228 (89.45% from 255 or 45.33% from 503); Max value from RGB is 228 - color contains mainly: blue. Hex color #AC67E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC67E4 is #53981B. Grayscale: #898989. Windows color (decimal): -5478428 or 14968748. OLE color: 14968748.

HSL color Cylindrical-coordinate representation of color #AC67E4: hue angle of 273.12º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC67E4 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 103 228 -
CMYK 0.25 0.55 0 0.11
HSL 273.12º 0.7% 0.65% -
HSV(B) 273.12º 0.55% 0.89% -
XYZ 35.87 24.07 76.15 -
YUV 137.88 178.86 152.34 -
System Red Green Blue C M Y K H S L
Decimal 172 103 228 0.25 0.55 0 0.11 273.12 0.7 0.65
Hex AC 67 E4 19 37 0 B 111 46 41
Octal 254 147 344 31 67 0 13 421 106 101
Binary 10101100 1100111 11100100 11001 110111 0 1011 100010001 1000110 1000001

Color Harmonies of #AC67E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC67E4

Black with #AC67E4

Text Example


Text Example

White with #AC67E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC67E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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