Html Css Color HEX #A35BE8 Amethyst

📋 copy color: '#A35BE8'

red 163 ◦ green 91 ◦ blue 232

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

Shades of Amethyst #A35BE8

Tints of Amethyst #A35BE8

RGB

 RED value IS 163 (64.06% from 255) = 33.54%

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

 BLUE value IS 232 (91.02% from 255) = 47.74%

R = 33.54%
G = 18.72%
B = 47.74%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A35BE8 (or 0xA35BE8) is known color: Amethyst. HEX triplet: A3, 5B and E8. RGB value is (163,91,232). Sum of RGB (Red+Green+Blue) = 163+91+232=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 232 (91.02% from 255 or 47.74% from 486); Max value from RGB is 232 - color contains mainly: blue. Hex color #A35BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35BE8 is #5CA417. Grayscale: #808080. Windows color (decimal): -6071320 or 15227811. OLE color: 15227811.

HSL color Cylindrical-coordinate representation of color #A35BE8: hue angle of 270.64º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A35BE8 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 163 91 232 -
CMYK 0.30 0.61 0 0.09
HSL 270.64º 0.75% 0.63% -
HSV(B) 270.64º 0.61% 0.91% -
XYZ 33.41 21.09 78.65 -
YUV 128.6 186.35 152.54 -
System Red Green Blue C M Y K H S L
Decimal 163 91 232 0.30 0.61 0 0.09 270.64 0.75 0.63
Hex A3 5B E8 1E 3D 0 9 10F 4B 3F
Octal 243 133 350 36 75 0 11 417 113 77
Binary 10100011 1011011 11101000 11110 111101 0 1001 100001111 1001011 111111

Color Harmonies of #A35BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35BE8

Black with #A35BE8

Text Example


Text Example

White with #A35BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35BE8; }

 p { color: rgb(163,91,232); }

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

background-color css

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

 a { background-color: rgb(163,91,232); }

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

border-color css

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

 span { border-color: rgb(163,91,232); }

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