Html Css Color HEX #A48DDF Biloba Flower

📋 copy color: '#A48DDF'

red 164 ◦ green 141 ◦ blue 223

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

Shades of Biloba Flower #A48DDF

Tints of Biloba Flower #A48DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 31.06%
G = 26.7%
B = 42.23%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A48DDF (or 0xA48DDF) is known color: Biloba Flower. HEX triplet: A4, 8D and DF. RGB value is (164,141,223). Sum of RGB (Red+Green+Blue) = 164+141+223=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #A48DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DDF is #5B7220. Grayscale: #9C9C9C. Windows color (decimal): -5992993 or 14650788. OLE color: 14650788.

HSL color Cylindrical-coordinate representation of color #A48DDF: hue angle of 256.83º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A48DDF is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 141 223 -
CMYK 0.26 0.37 0 0.13
HSL 256.83º 0.56% 0.71% -
HSV(B) 256.83º 0.37% 0.87% -
XYZ 38.15 32.27 74.03 -
YUV 157.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 164 141 223 0.26 0.37 0 0.13 256.83 0.56 0.71
Hex A4 8D DF 1A 25 0 D 101 38 47
Octal 244 215 337 32 45 0 15 401 70 107
Binary 10100100 10001101 11011111 11010 100101 0 1101 100000001 111000 1000111

Color Harmonies of #A48DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48DDF

Black with #A48DDF

Text Example


Text Example

White with #A48DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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