Html Css Color HEX #AC67CB Amethyst

📋 copy color: '#AC67CB'

red 172 ◦ green 103 ◦ blue 203

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

Shades of Amethyst #AC67CB

Tints of Amethyst #AC67CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 35.98%
G = 21.55%
B = 42.47%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC67CB (or 0xAC67CB) is known color: Amethyst. HEX triplet: AC, 67 and CB. RGB value is (172,103,203). Sum of RGB (Red+Green+Blue) = 172+103+203=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC67CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC67CB is #539834. Grayscale: #868686. Windows color (decimal): -5478453 or 13330348. OLE color: 13330348.

HSL color Cylindrical-coordinate representation of color #AC67CB: hue angle of 281.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC67CB is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 103 203 -
CMYK 0.15 0.49 0 0.20
HSL 281.4º 0.49% 0.6% -
HSV(B) 281.4º 0.49% 0.8% -
XYZ 32.64 22.78 59.18 -
YUV 135.03 166.36 154.37 -
System Red Green Blue C M Y K H S L
Decimal 172 103 203 0.15 0.49 0 0.20 281.4 0.49 0.6
Hex AC 67 CB F 31 0 14 119 31 3C
Octal 254 147 313 17 61 0 24 431 61 74
Binary 10101100 1100111 11001011 1111 110001 0 10100 100011001 110001 111100

Color Harmonies of #AC67CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC67CB

Black with #AC67CB

Text Example


Text Example

White with #AC67CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC67CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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