Html Css Color HEX #A483DA Biloba Flower

📋 copy color: '#A483DA'

red 164 ◦ green 131 ◦ blue 218

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

Shades of Biloba Flower #A483DA

Tints of Biloba Flower #A483DA

RGB

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

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

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

R = 31.97%
G = 25.54%
B = 42.5%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A483DA (or 0xA483DA) is known color: Biloba Flower. HEX triplet: A4, 83 and DA. RGB value is (164,131,218). Sum of RGB (Red+Green+Blue) = 164+131+218=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #A483DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483DA is #5B7C25. Grayscale: #969696. Windows color (decimal): -5995558 or 14320548. OLE color: 14320548.

HSL color Cylindrical-coordinate representation of color #A483DA: hue angle of 262.76º degrees, saturation: 0.54, 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 #A483DA is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 131 218 -
CMYK 0.25 0.40 0 0.15
HSL 262.76º 0.54% 0.68% -
HSV(B) 262.76º 0.4% 0.85% -
XYZ 36.08 29.19 70.06 -
YUV 150.79 165.93 137.43 -
System Red Green Blue C M Y K H S L
Decimal 164 131 218 0.25 0.40 0 0.15 262.76 0.54 0.68
Hex A4 83 DA 19 28 0 F 107 36 44
Octal 244 203 332 31 50 0 17 407 66 104
Binary 10100100 10000011 11011010 11001 101000 0 1111 100000111 110110 1000100

Color Harmonies of #A483DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A483DA

Black with #A483DA

Text Example


Text Example

White with #A483DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A483DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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