Html Css Color HEX #A48ADB Biloba Flower

📋 copy color: '#A48ADB'

red 164 ◦ green 138 ◦ blue 219

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

Shades of Biloba Flower #A48ADB

Tints of Biloba Flower #A48ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.49%

 BLUE value IS 219 (85.94% from 255) = 42.03%

R = 31.48%
G = 26.49%
B = 42.03%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A48ADB (or 0xA48ADB) is known color: Biloba Flower. HEX triplet: A4, 8A and DB. RGB value is (164,138,219). Sum of RGB (Red+Green+Blue) = 164+138+219=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #A48ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48ADB is #5B7524. Grayscale: #9A9A9A. Windows color (decimal): -5993765 or 14387876. OLE color: 14387876.

HSL color Cylindrical-coordinate representation of color #A48ADB: hue angle of 259.26º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A48ADB is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 138 219 -
CMYK 0.25 0.37 0 0.14
HSL 259.26º 0.53% 0.7% -
HSV(B) 259.26º 0.37% 0.86% -
XYZ 37.18 31.18 71.08 -
YUV 155.01 164.11 134.41 -
System Red Green Blue C M Y K H S L
Decimal 164 138 219 0.25 0.37 0 0.14 259.26 0.53 0.7
Hex A4 8A DB 19 25 0 E 103 35 46
Octal 244 212 333 31 45 0 16 403 65 106
Binary 10100100 10001010 11011011 11001 100101 0 1110 100000011 110101 1000110

Color Harmonies of #A48ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48ADB

Black with #A48ADB

Text Example


Text Example

White with #A48ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48ADB; }

 p { color: rgb(164,138,219); }

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

background-color css

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

 a { background-color: rgb(164,138,219); }

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

border-color css

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

 span { border-color: rgb(164,138,219); }

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