Html Css Color HEX #A48DD5 Biloba Flower

📋 copy color: '#A48DD5'

red 164 ◦ green 141 ◦ blue 213

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

Shades of Biloba Flower #A48DD5

Tints of Biloba Flower #A48DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.12%

R = 31.66%
G = 27.22%
B = 41.12%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A48DD5 (or 0xA48DD5) is known color: Biloba Flower. HEX triplet: A4, 8D and D5. RGB value is (164,141,213). Sum of RGB (Red+Green+Blue) = 164+141+213=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #A48DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DD5 is #5B722A. Grayscale: #9B9B9B. Windows color (decimal): -5993003 or 13995428. OLE color: 13995428.

HSL color Cylindrical-coordinate representation of color #A48DD5: hue angle of 259.17º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A48DD5 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 141 213 -
CMYK 0.23 0.34 0 0.16
HSL 259.17º 0.46% 0.69% -
HSV(B) 259.17º 0.34% 0.84% -
XYZ 36.84 31.75 67.14 -
YUV 156.09 160.12 133.65 -
System Red Green Blue C M Y K H S L
Decimal 164 141 213 0.23 0.34 0 0.16 259.17 0.46 0.69
Hex A4 8D D5 17 22 0 10 103 2E 45
Octal 244 215 325 27 42 0 20 403 56 105
Binary 10100100 10001101 11010101 10111 100010 0 10000 100000011 101110 1000101

Color Harmonies of #A48DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48DD5

Black with #A48DD5

Text Example


Text Example

White with #A48DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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