Html Css Color HEX #A765CB Amethyst

📋 copy color: '#A765CB'

red 167 ◦ green 101 ◦ blue 203

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

Shades of Amethyst #A765CB

Tints of Amethyst #A765CB

RGB

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

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

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

R = 35.46%
G = 21.44%
B = 43.1%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A765CB (or 0xA765CB) is known color: Amethyst. HEX triplet: A7, 65 and CB. RGB value is (167,101,203). Sum of RGB (Red+Green+Blue) = 167+101+203=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #A765CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A765CB is #589A34. Grayscale: #848484. Windows color (decimal): -5806645 or 13329831. OLE color: 13329831.

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

Color convert

RGB 167 101 203 -
CMYK 0.18 0.50 0 0.20
HSL 278.82º 0.5% 0.6% -
HSV(B) 278.82º 0.5% 0.8% -
XYZ 31.37 21.83 59.06 -
YUV 132.36 167.87 152.71 -
System Red Green Blue C M Y K H S L
Decimal 167 101 203 0.18 0.50 0 0.20 278.82 0.5 0.6
Hex A7 65 CB 12 32 0 14 117 32 3C
Octal 247 145 313 22 62 0 24 427 62 74
Binary 10100111 1100101 11001011 10010 110010 0 10100 100010111 110010 111100

Color Harmonies of #A765CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A765CB

Black with #A765CB

Text Example


Text Example

White with #A765CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A765CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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