Html Css Color HEX #A75CDB Amethyst

📋 copy color: '#A75CDB'

red 167 ◦ green 92 ◦ blue 219

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

Shades of Amethyst #A75CDB

Tints of Amethyst #A75CDB

RGB

 RED value IS 167 (65.63% from 255) = 34.94%

 GREEN value IS 92 (36.33% from 255) = 19.25%

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

R = 34.94%
G = 19.25%
B = 45.82%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A75CDB (or 0xA75CDB) is known color: Amethyst. HEX triplet: A7, 5C and DB. RGB value is (167,92,219). Sum of RGB (Red+Green+Blue) = 167+92+219=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #A75CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75CDB is #58A324. Grayscale: #808080. Windows color (decimal): -5808933 or 14376103. OLE color: 14376103.

HSL color Cylindrical-coordinate representation of color #A75CDB: hue angle of 275.43º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A75CDB is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 92 219 -
CMYK 0.24 0.58 0 0.14
HSL 275.43º 0.64% 0.61% -
HSV(B) 275.43º 0.58% 0.86% -
XYZ 32.55 20.98 69.35 -
YUV 128.9 178.85 155.17 -
System Red Green Blue C M Y K H S L
Decimal 167 92 219 0.24 0.58 0 0.14 275.43 0.64 0.61
Hex A7 5C DB 18 3A 0 E 113 40 3D
Octal 247 134 333 30 72 0 16 423 100 75
Binary 10100111 1011100 11011011 11000 111010 0 1110 100010011 1000000 111101

Color Harmonies of #A75CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75CDB

Black with #A75CDB

Text Example


Text Example

White with #A75CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75CDB; }

 p { color: rgb(167,92,219); }

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

background-color css

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

 a { background-color: rgb(167,92,219); }

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

border-color css

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

 span { border-color: rgb(167,92,219); }

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