Html Css Color HEX #A48DDE Biloba Flower

📋 copy color: '#A48DDE'

red 164 ◦ green 141 ◦ blue 222

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

Shades of Biloba Flower #A48DDE

Tints of Biloba Flower #A48DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.13%

R = 31.12%
G = 26.76%
B = 42.13%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A48DDE (or 0xA48DDE) is known color: Biloba Flower. HEX triplet: A4, 8D and DE. RGB value is (164,141,222). Sum of RGB (Red+Green+Blue) = 164+141+222=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #A48DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DDE is #5B7221. Grayscale: #9C9C9C. Windows color (decimal): -5992994 or 14585252. OLE color: 14585252.

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

Color convert

RGB 164 141 222 -
CMYK 0.26 0.36 0 0.13
HSL 257.04º 0.55% 0.71% -
HSV(B) 257.04º 0.36% 0.87% -
XYZ 38.02 32.22 73.32 -
YUV 157.11 164.62 132.91 -
System Red Green Blue C M Y K H S L
Decimal 164 141 222 0.26 0.36 0 0.13 257.04 0.55 0.71
Hex A4 8D DE 1A 24 0 D 101 37 47
Octal 244 215 336 32 44 0 15 401 67 107
Binary 10100100 10001101 11011110 11010 100100 0 1101 100000001 110111 1000111

Color Harmonies of #A48DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48DDE

Black with #A48DDE

Text Example


Text Example

White with #A48DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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