Html Css Color HEX #A48BD8 Biloba Flower

📋 copy color: '#A48BD8'

red 164 ◦ green 139 ◦ blue 216

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

Shades of Biloba Flower #A48BD8

Tints of Biloba Flower #A48BD8

RGB

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

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

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

R = 31.6%
G = 26.78%
B = 41.62%

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

#A48BD8 (or 0xA48BD8) is known color: Biloba Flower. HEX triplet: A4, 8B and D8. RGB value is (164,139,216). Sum of RGB (Red+Green+Blue) = 164+139+216=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 216 - color contains mainly: blue. Hex color #A48BD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BD8 is #5B7427. Grayscale: #9A9A9A. Windows color (decimal): -5993512 or 14191524. OLE color: 14191524.

HSL color Cylindrical-coordinate representation of color #A48BD8: hue angle of 259.48º degrees, saturation: 0.5, 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 #A48BD8 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 139 216 -
CMYK 0.24 0.36 0 0.15
HSL 259.48º 0.5% 0.7% -
HSV(B) 259.48º 0.36% 0.85% -
XYZ 36.94 31.32 69.06 -
YUV 155.25 162.28 134.24 -
System Red Green Blue C M Y K H S L
Decimal 164 139 216 0.24 0.36 0 0.15 259.48 0.5 0.7
Hex A4 8B D8 18 24 0 F 103 32 46
Octal 244 213 330 30 44 0 17 403 62 106
Binary 10100100 10001011 11011000 11000 100100 0 1111 100000011 110010 1000110

Color Harmonies of #A48BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48BD8

Black with #A48BD8

Text Example


Text Example

White with #A48BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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