Html Css Color HEX #AC69CB Amethyst

📋 copy color: '#AC69CB'

red 172 ◦ green 105 ◦ blue 203

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

Shades of Amethyst #AC69CB

Tints of Amethyst #AC69CB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.88%

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

R = 35.83%
G = 21.88%
B = 42.29%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC69CB (or 0xAC69CB) is known color: Amethyst. HEX triplet: AC, 69 and CB. RGB value is (172,105,203). Sum of RGB (Red+Green+Blue) = 172+105+203=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC69CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC69CB is #539634. Grayscale: #878787. Windows color (decimal): -5477941 or 13330860. OLE color: 13330860.

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

Color convert

RGB 172 105 203 -
CMYK 0.15 0.48 0 0.20
HSL 281.02º 0.49% 0.6% -
HSV(B) 281.02º 0.48% 0.8% -
XYZ 32.84 23.19 59.24 -
YUV 136.21 165.7 153.53 -
System Red Green Blue C M Y K H S L
Decimal 172 105 203 0.15 0.48 0 0.20 281.02 0.49 0.6
Hex AC 69 CB F 30 0 14 119 31 3C
Octal 254 151 313 17 60 0 24 431 61 74
Binary 10101100 1101001 11001011 1111 110000 0 10100 100011001 110001 111100

Color Harmonies of #AC69CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC69CB

Black with #AC69CB

Text Example


Text Example

White with #AC69CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC69CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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