Html Css Color HEX #A48AD8 Biloba Flower

📋 copy color: '#A48AD8'

red 164 ◦ green 138 ◦ blue 216

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

Shades of Biloba Flower #A48AD8

Tints of Biloba Flower #A48AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.7%

R = 31.66%
G = 26.64%
B = 41.7%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A48AD8 (or 0xA48AD8) is known color: Biloba Flower. HEX triplet: A4, 8A and D8. RGB value is (164,138,216). Sum of RGB (Red+Green+Blue) = 164+138+216=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 216 (84.77% from 255 or 41.70% from 518); Max value from RGB is 216 - color contains mainly: blue. Hex color #A48AD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48AD8 is #5B7527. Grayscale: #9A9A9A. Windows color (decimal): -5993768 or 14191268. OLE color: 14191268.

HSL color Cylindrical-coordinate representation of color #A48AD8: hue angle of 260º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A48AD8 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 138 216 -
CMYK 0.24 0.36 0 0.15
HSL 260º 0.5% 0.69% -
HSV(B) 260º 0.36% 0.85% -
XYZ 36.79 31.03 69.02 -
YUV 154.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 164 138 216 0.24 0.36 0 0.15 260 0.5 0.69
Hex A4 8A D8 18 24 0 F 104 32 45
Octal 244 212 330 30 44 0 17 404 62 105
Binary 10100100 10001010 11011000 11000 100100 0 1111 100000100 110010 1000101

Color Harmonies of #A48AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48AD8

Black with #A48AD8

Text Example


Text Example

White with #A48AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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