Html Css Color HEX #AB75DB Amethyst

📋 copy color: '#AB75DB'

red 171 ◦ green 117 ◦ blue 219

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

Shades of Amethyst #AB75DB

Tints of Amethyst #AB75DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.2%

R = 33.73%
G = 23.08%
B = 43.2%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB75DB (or 0xAB75DB) is known color: Amethyst. HEX triplet: AB, 75 and DB. RGB value is (171,117,219). Sum of RGB (Red+Green+Blue) = 171+117+219=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB75DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB75DB is #548A24. Grayscale: #909090. Windows color (decimal): -5540389 or 14382507. OLE color: 14382507.

HSL color Cylindrical-coordinate representation of color #AB75DB: hue angle of 271.76º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB75DB is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 117 219 -
CMYK 0.22 0.47 0 0.14
HSL 271.76º 0.59% 0.66% -
HSV(B) 271.76º 0.47% 0.86% -
XYZ 35.94 26.49 70.24 -
YUV 144.77 169.89 146.71 -
System Red Green Blue C M Y K H S L
Decimal 171 117 219 0.22 0.47 0 0.14 271.76 0.59 0.66
Hex AB 75 DB 16 2F 0 E 110 3B 42
Octal 253 165 333 26 57 0 16 420 73 102
Binary 10101011 1110101 11011011 10110 101111 0 1110 100010000 111011 1000010

Color Harmonies of #AB75DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB75DB

Black with #AB75DB

Text Example


Text Example

White with #AB75DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB75DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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