Html Css Color HEX #A375CF Amethyst

📋 copy color: '#A375CF'

red 163 ◦ green 117 ◦ blue 207

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

Shades of Amethyst #A375CF

Tints of Amethyst #A375CF

RGB

 RED value IS 163 (64.06% from 255) = 33.47%

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

 BLUE value IS 207 (81.25% from 255) = 42.51%

R = 33.47%
G = 24.02%
B = 42.51%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A375CF (or 0xA375CF) is known color: Amethyst. HEX triplet: A3, 75 and CF. RGB value is (163,117,207). Sum of RGB (Red+Green+Blue) = 163+117+207=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #A375CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A375CF is #5C8A30. Grayscale: #8C8C8C. Windows color (decimal): -6064689 or 13596067. OLE color: 13596067.

HSL color Cylindrical-coordinate representation of color #A375CF: hue angle of 270.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A375CF is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 117 207 -
CMYK 0.21 0.43 0 0.19
HSL 270.67º 0.48% 0.64% -
HSV(B) 270.67º 0.43% 0.81% -
XYZ 32.73 25.01 62.13 -
YUV 141.01 165.24 143.68 -
System Red Green Blue C M Y K H S L
Decimal 163 117 207 0.21 0.43 0 0.19 270.67 0.48 0.64
Hex A3 75 CF 15 2B 0 13 10F 30 40
Octal 243 165 317 25 53 0 23 417 60 100
Binary 10100011 1110101 11001111 10101 101011 0 10011 100001111 110000 1000000

Color Harmonies of #A375CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A375CF

Black with #A375CF

Text Example


Text Example

White with #A375CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A375CF; }

 p { color: rgb(163,117,207); }

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

background-color css

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

 a { background-color: rgb(163,117,207); }

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

border-color css

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

 span { border-color: rgb(163,117,207); }

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