Html Css Color HEX #A48DF5 Biloba Flower

📋 copy color: '#A48DF5'

red 164 ◦ green 141 ◦ blue 245

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

Shades of Biloba Flower #A48DF5

Tints of Biloba Flower #A48DF5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.64%

 BLUE value IS 245 (96.09% from 255) = 44.55%

R = 29.82%
G = 25.64%
B = 44.55%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A48DF5 (or 0xA48DF5) is known color: Biloba Flower. HEX triplet: A4, 8D and F5. RGB value is (164,141,245). Sum of RGB (Red+Green+Blue) = 164+141+245=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 245 (96.09% from 255 or 44.55% from 550); Max value from RGB is 245 - color contains mainly: blue. Hex color #A48DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48DF5 is #5B720A. Grayscale: #9F9F9F. Windows color (decimal): -5992971 or 16092580. OLE color: 16092580.

HSL color Cylindrical-coordinate representation of color #A48DF5: hue angle of 253.27º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A48DF5 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 141 245 -
CMYK 0.33 0.42 0 0.04
HSL 253.27º 0.84% 0.76% -
HSV(B) 253.27º 0.42% 0.96% -
XYZ 41.32 33.53 90.68 -
YUV 159.73 176.12 131.04 -
System Red Green Blue C M Y K H S L
Decimal 164 141 245 0.33 0.42 0 0.04 253.27 0.84 0.76
Hex A4 8D F5 21 2A 0 4 FD 54 4C
Octal 244 215 365 41 52 0 4 375 124 114
Binary 10100100 10001101 11110101 100001 101010 0 100 11111101 1010100 1001100

Color Harmonies of #A48DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48DF5

Black with #A48DF5

Text Example


Text Example

White with #A48DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48DF5; }

 p { color: rgb(164,141,245); }

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

background-color css

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

 a { background-color: rgb(164,141,245); }

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

border-color css

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

 span { border-color: rgb(164,141,245); }

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