Html Css Color HEX #A75BD2 Amethyst

📋 copy color: '#A75BD2'

red 167 ◦ green 91 ◦ blue 210

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

Shades of Amethyst #A75BD2

Tints of Amethyst #A75BD2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.44%

 BLUE value IS 210 (82.42% from 255) = 44.87%

R = 35.68%
G = 19.44%
B = 44.87%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A75BD2 (or 0xA75BD2) is known color: Amethyst. HEX triplet: A7, 5B and D2. RGB value is (167,91,210). Sum of RGB (Red+Green+Blue) = 167+91+210=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 210 - color contains mainly: blue. Hex color #A75BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75BD2 is #58A42D. Grayscale: #7E7E7E. Windows color (decimal): -5809198 or 13786023. OLE color: 13786023.

HSL color Cylindrical-coordinate representation of color #A75BD2: hue angle of 278.32º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A75BD2 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 91 210 -
CMYK 0.20 0.57 0 0.18
HSL 278.32º 0.57% 0.59% -
HSV(B) 278.32º 0.57% 0.82% -
XYZ 31.31 20.35 63.25 -
YUV 127.29 174.68 156.32 -
System Red Green Blue C M Y K H S L
Decimal 167 91 210 0.20 0.57 0 0.18 278.32 0.57 0.59
Hex A7 5B D2 14 39 0 12 116 39 3B
Octal 247 133 322 24 71 0 22 426 71 73
Binary 10100111 1011011 11010010 10100 111001 0 10010 100010110 111001 111011

Color Harmonies of #A75BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75BD2

Black with #A75BD2

Text Example


Text Example

White with #A75BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75BD2; }

 p { color: rgb(167,91,210); }

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

background-color css

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

 a { background-color: rgb(167,91,210); }

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

border-color css

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

 span { border-color: rgb(167,91,210); }

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