Html Css Color HEX #A48EDD Biloba Flower

📋 copy color: '#A48EDD'

red 164 ◦ green 142 ◦ blue 221

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

Shades of Biloba Flower #A48EDD

Tints of Biloba Flower #A48EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.94%

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 31.12%
G = 26.94%
B = 41.94%

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

#A48EDD (or 0xA48EDD) is known color: Biloba Flower. HEX triplet: A4, 8E and DD. RGB value is (164,142,221). Sum of RGB (Red+Green+Blue) = 164+142+221=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #A48EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48EDD is #5B7122. Grayscale: #9D9D9D. Windows color (decimal): -5992739 or 14519972. OLE color: 14519972.

HSL color Cylindrical-coordinate representation of color #A48EDD: hue angle of 256.71º degrees, saturation: 0.54, 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 #A48EDD is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 142 221 -
CMYK 0.26 0.36 0 0.13
HSL 256.71º 0.54% 0.71% -
HSV(B) 256.71º 0.36% 0.87% -
XYZ 38.03 32.46 72.67 -
YUV 157.58 163.79 132.58 -
System Red Green Blue C M Y K H S L
Decimal 164 142 221 0.26 0.36 0 0.13 256.71 0.54 0.71
Hex A4 8E DD 1A 24 0 D 101 36 47
Octal 244 216 335 32 44 0 15 401 66 107
Binary 10100100 10001110 11011101 11010 100100 0 1101 100000001 110110 1000111

Color Harmonies of #A48EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48EDD

Black with #A48EDD

Text Example


Text Example

White with #A48EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48EDD; }

 p { color: rgb(164,142,221); }

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

background-color css

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

 a { background-color: rgb(164,142,221); }

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

border-color css

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

 span { border-color: rgb(164,142,221); }

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