Html Css Color HEX #A25BCA Amethyst

📋 copy color: '#A25BCA'

red 162 ◦ green 91 ◦ blue 202

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

Shades of Amethyst #A25BCA

Tints of Amethyst #A25BCA

RGB

 RED value IS 162 (63.67% from 255) = 35.6%

 GREEN value IS 91 (35.94% from 255) = 20%

 BLUE value IS 202 (79.3% from 255) = 44.4%

R = 35.6%
G = 20%
B = 44.4%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A25BCA (or 0xA25BCA) is known color: Amethyst. HEX triplet: A2, 5B and CA. RGB value is (162,91,202). Sum of RGB (Red+Green+Blue) = 162+91+202=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #A25BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BCA is #5DA435. Grayscale: #7C7C7C. Windows color (decimal): -6136886 or 13261730. OLE color: 13261730.

HSL color Cylindrical-coordinate representation of color #A25BCA: hue angle of 278.38º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A25BCA is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 91 202 -
CMYK 0.20 0.55 0 0.21
HSL 278.38º 0.51% 0.57% -
HSV(B) 278.38º 0.55% 0.79% -
XYZ 29.3 19.43 58.08 -
YUV 124.88 171.52 154.47 -
System Red Green Blue C M Y K H S L
Decimal 162 91 202 0.20 0.55 0 0.21 278.38 0.51 0.57
Hex A2 5B CA 14 37 0 15 116 33 39
Octal 242 133 312 24 67 0 25 426 63 71
Binary 10100010 1011011 11001010 10100 110111 0 10101 100010110 110011 111001

Color Harmonies of #A25BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25BCA

Black with #A25BCA

Text Example


Text Example

White with #A25BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25BCA; }

 p { color: rgb(162,91,202); }

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

background-color css

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

 a { background-color: rgb(162,91,202); }

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

border-color css

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

 span { border-color: rgb(162,91,202); }

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