Html Css Color HEX #A483D8 Biloba Flower

📋 copy color: '#A483D8'

red 164 ◦ green 131 ◦ blue 216

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

Shades of Biloba Flower #A483D8

Tints of Biloba Flower #A483D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.27%

R = 32.09%
G = 25.64%
B = 42.27%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A483D8 (or 0xA483D8) is known color: Biloba Flower. HEX triplet: A4, 83 and D8. RGB value is (164,131,216). Sum of RGB (Red+Green+Blue) = 164+131+216=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 216 - color contains mainly: blue. Hex color #A483D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483D8 is #5B7C27. Grayscale: #969696. Windows color (decimal): -5995560 or 14189476. OLE color: 14189476.

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

Color convert

RGB 164 131 216 -
CMYK 0.24 0.39 0 0.15
HSL 263.29º 0.52% 0.68% -
HSV(B) 263.29º 0.39% 0.85% -
XYZ 35.82 29.08 68.69 -
YUV 150.56 164.93 137.59 -
System Red Green Blue C M Y K H S L
Decimal 164 131 216 0.24 0.39 0 0.15 263.29 0.52 0.68
Hex A4 83 D8 18 27 0 F 107 34 44
Octal 244 203 330 30 47 0 17 407 64 104
Binary 10100100 10000011 11011000 11000 100111 0 1111 100000111 110100 1000100

Color Harmonies of #A483D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A483D8

Black with #A483D8

Text Example


Text Example

White with #A483D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A483D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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