Html Css Color HEX #A555EE Amethyst

📋 copy color: '#A555EE'

red 165 ◦ green 85 ◦ blue 238

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

Shades of Amethyst #A555EE

Tints of Amethyst #A555EE

RGB

 RED value IS 165 (64.84% from 255) = 33.81%

 GREEN value IS 85 (33.59% from 255) = 17.42%

 BLUE value IS 238 (93.36% from 255) = 48.77%

R = 33.81%
G = 17.42%
B = 48.77%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A555EE (or 0xA555EE) is known color: Amethyst. HEX triplet: A5, 55 and EE. RGB value is (165,85,238). Sum of RGB (Red+Green+Blue) = 165+85+238=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #A555EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A555EE is #5AAA11. Grayscale: #7D7D7D. Windows color (decimal): -5941778 or 15619493. OLE color: 15619493.

HSL color Cylindrical-coordinate representation of color #A555EE: hue angle of 271.37º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A555EE is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 85 238 -
CMYK 0.31 0.64 0 0.07
HSL 271.37º 0.82% 0.63% -
HSV(B) 271.37º 0.64% 0.93% -
XYZ 34.2 20.67 83.08 -
YUV 126.36 191 155.56 -
System Red Green Blue C M Y K H S L
Decimal 165 85 238 0.31 0.64 0 0.07 271.37 0.82 0.63
Hex A5 55 EE 1F 40 0 7 10F 52 3F
Octal 245 125 356 37 100 0 7 417 122 77
Binary 10100101 1010101 11101110 11111 1000000 0 111 100001111 1010010 111111

Color Harmonies of #A555EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A555EE

Black with #A555EE

Text Example


Text Example

White with #A555EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A555EE; }

 p { color: rgb(165,85,238); }

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

background-color css

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

 a { background-color: rgb(165,85,238); }

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

border-color css

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

 span { border-color: rgb(165,85,238); }

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