Html Css Color HEX #AB67DA Amethyst

📋 copy color: '#AB67DA'

red 171 ◦ green 103 ◦ blue 218

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

Shades of Amethyst #AB67DA

Tints of Amethyst #AB67DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.31%

R = 34.76%
G = 20.93%
B = 44.31%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB67DA (or 0xAB67DA) is known color: Amethyst. HEX triplet: AB, 67 and DA. RGB value is (171,103,218). Sum of RGB (Red+Green+Blue) = 171+103+218=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB67DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB67DA is #549825. Grayscale: #888888. Windows color (decimal): -5543974 or 14313387. OLE color: 14313387.

HSL color Cylindrical-coordinate representation of color #AB67DA: hue angle of 275.48º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB67DA is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 103 218 -
CMYK 0.22 0.53 0 0.15
HSL 275.48º 0.61% 0.63% -
HSV(B) 275.48º 0.53% 0.85% -
XYZ 34.3 23.42 69.04 -
YUV 136.44 174.03 152.65 -
System Red Green Blue C M Y K H S L
Decimal 171 103 218 0.22 0.53 0 0.15 275.48 0.61 0.63
Hex AB 67 DA 16 35 0 F 113 3D 3F
Octal 253 147 332 26 65 0 17 423 75 77
Binary 10101011 1100111 11011010 10110 110101 0 1111 100010011 111101 111111

Color Harmonies of #AB67DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB67DA

Black with #AB67DA

Text Example


Text Example

White with #AB67DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB67DA; }

 p { color: rgb(171,103,218); }

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

background-color css

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

 a { background-color: rgb(171,103,218); }

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

border-color css

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

 span { border-color: rgb(171,103,218); }

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