Html Css Color HEX #A48DD1 Biloba Flower

📋 copy color: '#A48DD1'

red 164 ◦ green 141 ◦ blue 209

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

Shades of Biloba Flower #A48DD1

Tints of Biloba Flower #A48DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.66%

R = 31.91%
G = 27.43%
B = 40.66%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A48DD1 (or 0xA48DD1) is known color: Biloba Flower. HEX triplet: A4, 8D and D1. RGB value is (164,141,209). Sum of RGB (Red+Green+Blue) = 164+141+209=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 209 - color contains mainly: blue. Hex color #A48DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DD1 is #5B722E. Grayscale: #9B9B9B. Windows color (decimal): -5993007 or 13733284. OLE color: 13733284.

HSL color Cylindrical-coordinate representation of color #A48DD1: hue angle of 260.29º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A48DD1 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 141 209 -
CMYK 0.22 0.33 0 0.18
HSL 260.29º 0.43% 0.69% -
HSV(B) 260.29º 0.33% 0.82% -
XYZ 36.34 31.55 64.5 -
YUV 155.63 158.12 133.97 -
System Red Green Blue C M Y K H S L
Decimal 164 141 209 0.22 0.33 0 0.18 260.29 0.43 0.69
Hex A4 8D D1 16 21 0 12 104 2A 45
Octal 244 215 321 26 41 0 22 404 52 105
Binary 10100100 10001101 11010001 10110 100001 0 10010 100000100 101010 1000101

Color Harmonies of #A48DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48DD1

Black with #A48DD1

Text Example


Text Example

White with #A48DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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