Html Css Color HEX #A483D9 Biloba Flower

📋 copy color: '#A483D9'

red 164 ◦ green 131 ◦ blue 217

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

Shades of Biloba Flower #A483D9

Tints of Biloba Flower #A483D9

RGB

 RED value IS 164 (64.45% from 255) = 32.03%

 GREEN value IS 131 (51.56% from 255) = 25.59%

 BLUE value IS 217 (85.16% from 255) = 42.38%

R = 32.03%
G = 25.59%
B = 42.38%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A483D9 (or 0xA483D9) is known color: Biloba Flower. HEX triplet: A4, 83 and D9. RGB value is (164,131,217). Sum of RGB (Red+Green+Blue) = 164+131+217=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 217 - color contains mainly: blue. Hex color #A483D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483D9 is #5B7C26. Grayscale: #969696. Windows color (decimal): -5995559 or 14255012. OLE color: 14255012.

HSL color Cylindrical-coordinate representation of color #A483D9: hue angle of 263.02º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A483D9 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 131 217 -
CMYK 0.24 0.40 0 0.15
HSL 263.02º 0.53% 0.68% -
HSV(B) 263.02º 0.4% 0.85% -
XYZ 35.95 29.13 69.37 -
YUV 150.67 165.43 137.51 -
System Red Green Blue C M Y K H S L
Decimal 164 131 217 0.24 0.40 0 0.15 263.02 0.53 0.68
Hex A4 83 D9 18 28 0 F 107 35 44
Octal 244 203 331 30 50 0 17 407 65 104
Binary 10100100 10000011 11011001 11000 101000 0 1111 100000111 110101 1000100

Color Harmonies of #A483D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A483D9

Black with #A483D9

Text Example


Text Example

White with #A483D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A483D9; }

 p { color: rgb(164,131,217); }

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

background-color css

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

 a { background-color: rgb(164,131,217); }

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

border-color css

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

 span { border-color: rgb(164,131,217); }

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