Html Css Color HEX #A762CB Amethyst

📋 copy color: '#A762CB'

red 167 ◦ green 98 ◦ blue 203

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

Shades of Amethyst #A762CB

Tints of Amethyst #A762CB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.94%

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

R = 35.68%
G = 20.94%
B = 43.38%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A762CB (or 0xA762CB) is known color: Amethyst. HEX triplet: A7, 62 and CB. RGB value is (167,98,203). Sum of RGB (Red+Green+Blue) = 167+98+203=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 98 (38.67% from 255 or 20.94% 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 #A762CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A762CB is #589D34. Grayscale: #828282. Windows color (decimal): -5807413 or 13329063. OLE color: 13329063.

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

Color convert

RGB 167 98 203 -
CMYK 0.18 0.52 0 0.20
HSL 279.43º 0.5% 0.59% -
HSV(B) 279.43º 0.52% 0.8% -
XYZ 31.08 21.26 58.97 -
YUV 130.6 168.86 153.96 -
System Red Green Blue C M Y K H S L
Decimal 167 98 203 0.18 0.52 0 0.20 279.43 0.5 0.59
Hex A7 62 CB 12 34 0 14 117 32 3B
Octal 247 142 313 22 64 0 24 427 62 73
Binary 10100111 1100010 11001011 10010 110100 0 10100 100010111 110010 111011

Color Harmonies of #A762CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A762CB

Black with #A762CB

Text Example


Text Example

White with #A762CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A762CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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