Html Css Color HEX #A465CB Amethyst

📋 copy color: '#A465CB'

red 164 ◦ green 101 ◦ blue 203

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

Shades of Amethyst #A465CB

Tints of Amethyst #A465CB

RGB

 RED value IS 164 (64.45% from 255) = 35.04%

 GREEN value IS 101 (39.84% from 255) = 21.58%

 BLUE value IS 203 (79.69% from 255) = 43.38%

R = 35.04%
G = 21.58%
B = 43.38%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A465CB (or 0xA465CB) is known color: Amethyst. HEX triplet: A4, 65 and CB. RGB value is (164,101,203). Sum of RGB (Red+Green+Blue) = 164+101+203=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #A465CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A465CB is #5B9A34. Grayscale: #838383. Windows color (decimal): -6003253 or 13329828. OLE color: 13329828.

HSL color Cylindrical-coordinate representation of color #A465CB: hue angle of 277.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A465CB is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 101 203 -
CMYK 0.19 0.50 0 0.20
HSL 277.06º 0.5% 0.6% -
HSV(B) 277.06º 0.5% 0.8% -
XYZ 30.74 21.51 59.03 -
YUV 131.47 168.37 151.21 -
System Red Green Blue C M Y K H S L
Decimal 164 101 203 0.19 0.50 0 0.20 277.06 0.5 0.6
Hex A4 65 CB 13 32 0 14 115 32 3C
Octal 244 145 313 23 62 0 24 425 62 74
Binary 10100100 1100101 11001011 10011 110010 0 10100 100010101 110010 111100

Color Harmonies of #A465CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A465CB

Black with #A465CB

Text Example


Text Example

White with #A465CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A465CB; }

 p { color: rgb(164,101,203); }

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

background-color css

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

 a { background-color: rgb(164,101,203); }

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

border-color css

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

 span { border-color: rgb(164,101,203); }

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