Html Css Color HEX #A48DE1 Biloba Flower

📋 copy color: '#A48DE1'

red 164 ◦ green 141 ◦ blue 225

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

Shades of Biloba Flower #A48DE1

Tints of Biloba Flower #A48DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.45%

R = 30.94%
G = 26.6%
B = 42.45%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A48DE1 (or 0xA48DE1) is known color: Biloba Flower. HEX triplet: A4, 8D and E1. RGB value is (164,141,225). Sum of RGB (Red+Green+Blue) = 164+141+225=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #A48DE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DE1 is #5B721E. Grayscale: #9D9D9D. Windows color (decimal): -5992991 or 14781860. OLE color: 14781860.

HSL color Cylindrical-coordinate representation of color #A48DE1: hue angle of 256.43º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A48DE1 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 164 141 225 -
CMYK 0.27 0.37 0 0.12
HSL 256.43º 0.58% 0.72% -
HSV(B) 256.43º 0.37% 0.88% -
XYZ 38.43 32.38 75.46 -
YUV 157.45 166.12 132.67 -
System Red Green Blue C M Y K H S L
Decimal 164 141 225 0.27 0.37 0 0.12 256.43 0.58 0.72
Hex A4 8D E1 1B 25 0 C 100 3A 48
Octal 244 215 341 33 45 0 14 400 72 110
Binary 10100100 10001101 11100001 11011 100101 0 1100 100000000 111010 1001000

Color Harmonies of #A48DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48DE1

Black with #A48DE1

Text Example


Text Example

White with #A48DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48DE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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