Html Css Color HEX #A48AD1 Biloba Flower

📋 copy color: '#A48AD1'

red 164 ◦ green 138 ◦ blue 209

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

Shades of Biloba Flower #A48AD1

Tints of Biloba Flower #A48AD1

RGB

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

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

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

R = 32.09%
G = 27.01%
B = 40.9%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A48AD1 (or 0xA48AD1) is known color: Biloba Flower. HEX triplet: A4, 8A and D1. RGB value is (164,138,209). Sum of RGB (Red+Green+Blue) = 164+138+209=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 209 - color contains mainly: blue. Hex color #A48AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48AD1 is #5B752E. Grayscale: #999999. Windows color (decimal): -5993775 or 13732516. OLE color: 13732516.

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

Color convert

RGB 164 138 209 -
CMYK 0.22 0.34 0 0.18
HSL 261.97º 0.44% 0.68% -
HSV(B) 261.97º 0.34% 0.82% -
XYZ 35.91 30.67 64.35 -
YUV 153.87 159.11 135.23 -
System Red Green Blue C M Y K H S L
Decimal 164 138 209 0.22 0.34 0 0.18 261.97 0.44 0.68
Hex A4 8A D1 16 22 0 12 106 2C 44
Octal 244 212 321 26 42 0 22 406 54 104
Binary 10100100 10001010 11010001 10110 100010 0 10010 100000110 101100 1000100

Color Harmonies of #A48AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48AD1

Black with #A48AD1

Text Example


Text Example

White with #A48AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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