Html Css Color HEX #A065CB Amethyst

📋 copy color: '#A065CB'

red 160 ◦ green 101 ◦ blue 203

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

Shades of Amethyst #A065CB

Tints of Amethyst #A065CB

RGB

 RED value IS 160 (62.89% from 255) = 34.48%

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

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

R = 34.48%
G = 21.77%
B = 43.75%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A065CB (or 0xA065CB) is known color: Amethyst. HEX triplet: A0, 65 and CB. RGB value is (160,101,203). Sum of RGB (Red+Green+Blue) = 160+101+203=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #A065CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A065CB is #5F9A34. Grayscale: #818181. Windows color (decimal): -6265397 or 13329824. OLE color: 13329824.

HSL color Cylindrical-coordinate representation of color #A065CB: hue angle of 274.71º 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 #A065CB is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 101 203 -
CMYK 0.21 0.50 0 0.20
HSL 274.71º 0.5% 0.6% -
HSV(B) 274.71º 0.5% 0.8% -
XYZ 29.93 21.09 58.99 -
YUV 130.27 169.05 149.21 -
System Red Green Blue C M Y K H S L
Decimal 160 101 203 0.21 0.50 0 0.20 274.71 0.5 0.6
Hex A0 65 CB 15 32 0 14 113 32 3C
Octal 240 145 313 25 62 0 24 423 62 74
Binary 10100000 1100101 11001011 10101 110010 0 10100 100010011 110010 111100

Color Harmonies of #A065CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A065CB

Black with #A065CB

Text Example


Text Example

White with #A065CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A065CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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