Html Css Color HEX #A35BCB Amethyst

📋 copy color: '#A35BCB'

red 163 ◦ green 91 ◦ blue 203

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

Shades of Amethyst #A35BCB

Tints of Amethyst #A35BCB

RGB

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

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

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

R = 35.67%
G = 19.91%
B = 44.42%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A35BCB (or 0xA35BCB) is known color: Amethyst. HEX triplet: A3, 5B and CB. RGB value is (163,91,203). Sum of RGB (Red+Green+Blue) = 163+91+203=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #A35BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35BCB is #5CA434. Grayscale: #7C7C7C. Windows color (decimal): -6071349 or 13327267. OLE color: 13327267.

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

Color convert

RGB 163 91 203 -
CMYK 0.20 0.55 0 0.20
HSL 278.57º 0.52% 0.58% -
HSV(B) 278.57º 0.55% 0.8% -
XYZ 29.62 19.58 58.72 -
YUV 125.3 171.85 154.89 -
System Red Green Blue C M Y K H S L
Decimal 163 91 203 0.20 0.55 0 0.20 278.57 0.52 0.58
Hex A3 5B CB 14 37 0 14 117 34 3A
Octal 243 133 313 24 67 0 24 427 64 72
Binary 10100011 1011011 11001011 10100 110111 0 10100 100010111 110100 111010

Color Harmonies of #A35BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35BCB

Black with #A35BCB

Text Example


Text Example

White with #A35BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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