Html Css Color HEX #AB75CC Amethyst

📋 copy color: '#AB75CC'

red 171 ◦ green 117 ◦ blue 204

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

Shades of Amethyst #AB75CC

Tints of Amethyst #AB75CC

RGB

 RED value IS 171 (67.19% from 255) = 34.76%

 GREEN value IS 117 (46.09% from 255) = 23.78%

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 34.76%
G = 23.78%
B = 41.46%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB75CC (or 0xAB75CC) is known color: Amethyst. HEX triplet: AB, 75 and CC. RGB value is (171,117,204). Sum of RGB (Red+Green+Blue) = 171+117+204=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB75CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB75CC is #548A33. Grayscale: #8E8E8E. Windows color (decimal): -5540404 or 13399467. OLE color: 13399467.

HSL color Cylindrical-coordinate representation of color #AB75CC: hue angle of 277.24º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB75CC is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 117 204 -
CMYK 0.16 0.43 0 0.2
HSL 277.24º 0.46% 0.63% -
HSV(B) 277.24º 0.43% 0.8% -
XYZ 34.05 25.74 60.3 -
YUV 143.06 162.39 147.93 -
System Red Green Blue C M Y K H S L
Decimal 171 117 204 0.16 0.43 0 0.2 277.24 0.46 0.63
Hex AB 75 CC 10 2B 0 14 115 2E 3F
Octal 253 165 314 20 53 0 24 425 56 77
Binary 10101011 1110101 11001100 10000 101011 0 10100 100010101 101110 111111

Color Harmonies of #AB75CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB75CC

Black with #AB75CC

Text Example


Text Example

White with #AB75CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB75CC; }

 p { color: rgb(171,117,204); }

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

background-color css

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

 a { background-color: rgb(171,117,204); }

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

border-color css

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

 span { border-color: rgb(171,117,204); }

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