Html Css Color HEX #A35FDA Amethyst

📋 copy color: '#A35FDA'

red 163 ◦ green 95 ◦ blue 218

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

Shades of Amethyst #A35FDA

Tints of Amethyst #A35FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.96%

 BLUE value IS 218 (85.55% from 255) = 45.8%

R = 34.24%
G = 19.96%
B = 45.8%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A35FDA (or 0xA35FDA) is known color: Amethyst. HEX triplet: A3, 5F and DA. RGB value is (163,95,218). Sum of RGB (Red+Green+Blue) = 163+95+218=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #A35FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35FDA is #5CA025. Grayscale: #808080. Windows color (decimal): -6070310 or 14311331. OLE color: 14311331.

HSL color Cylindrical-coordinate representation of color #A35FDA: hue angle of 273.17º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A35FDA is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 95 218 -
CMYK 0.25 0.56 0 0.15
HSL 273.17º 0.62% 0.61% -
HSV(B) 273.17º 0.56% 0.85% -
XYZ 31.85 21.03 68.71 -
YUV 129.35 178.03 152 -
System Red Green Blue C M Y K H S L
Decimal 163 95 218 0.25 0.56 0 0.15 273.17 0.62 0.61
Hex A3 5F DA 19 38 0 F 111 3E 3D
Octal 243 137 332 31 70 0 17 421 76 75
Binary 10100011 1011111 11011010 11001 111000 0 1111 100010001 111110 111101

Color Harmonies of #A35FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35FDA

Black with #A35FDA

Text Example


Text Example

White with #A35FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35FDA; }

 p { color: rgb(163,95,218); }

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

background-color css

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

 a { background-color: rgb(163,95,218); }

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

border-color css

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

 span { border-color: rgb(163,95,218); }

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