Html Css Color HEX #A48BD9 Biloba Flower

📋 copy color: '#A48BD9'

red 164 ◦ green 139 ◦ blue 217

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

Shades of Biloba Flower #A48BD9

Tints of Biloba Flower #A48BD9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.73%

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

R = 31.54%
G = 26.73%
B = 41.73%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A48BD9 (or 0xA48BD9) is known color: Biloba Flower. HEX triplet: A4, 8B and D9. RGB value is (164,139,217). Sum of RGB (Red+Green+Blue) = 164+139+217=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 217 - color contains mainly: blue. Hex color #A48BD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BD9 is #5B7426. Grayscale: #9B9B9B. Windows color (decimal): -5993511 or 14257060. OLE color: 14257060.

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

Color convert

RGB 164 139 217 -
CMYK 0.24 0.36 0 0.15
HSL 259.23º 0.51% 0.7% -
HSV(B) 259.23º 0.36% 0.85% -
XYZ 37.07 31.37 69.75 -
YUV 155.37 162.78 134.16 -
System Red Green Blue C M Y K H S L
Decimal 164 139 217 0.24 0.36 0 0.15 259.23 0.51 0.7
Hex A4 8B D9 18 24 0 F 103 33 46
Octal 244 213 331 30 44 0 17 403 63 106
Binary 10100100 10001011 11011001 11000 100100 0 1111 100000011 110011 1000110

Color Harmonies of #A48BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48BD9

Black with #A48BD9

Text Example


Text Example

White with #A48BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48BD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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