Html Css Color HEX #A48DD0 Biloba Flower

📋 copy color: '#A48DD0'

red 164 ◦ green 141 ◦ blue 208

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

Shades of Biloba Flower #A48DD0

Tints of Biloba Flower #A48DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.55%

R = 31.97%
G = 27.49%
B = 40.55%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A48DD0 (or 0xA48DD0) is known color: Biloba Flower. HEX triplet: A4, 8D and D0. RGB value is (164,141,208). Sum of RGB (Red+Green+Blue) = 164+141+208=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #A48DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DD0 is #5B722F. Grayscale: #9B9B9B. Windows color (decimal): -5993008 or 13667748. OLE color: 13667748.

HSL color Cylindrical-coordinate representation of color #A48DD0: hue angle of 260.6º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A48DD0 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 141 208 -
CMYK 0.21 0.32 0 0.18
HSL 260.6º 0.42% 0.68% -
HSV(B) 260.6º 0.32% 0.82% -
XYZ 36.22 31.5 63.84 -
YUV 155.52 157.62 134.05 -
System Red Green Blue C M Y K H S L
Decimal 164 141 208 0.21 0.32 0 0.18 260.6 0.42 0.68
Hex A4 8D D0 15 20 0 12 105 2A 44
Octal 244 215 320 25 40 0 22 405 52 104
Binary 10100100 10001101 11010000 10101 100000 0 10010 100000101 101010 1000100

Color Harmonies of #A48DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48DD0

Black with #A48DD0

Text Example


Text Example

White with #A48DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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