Html Css Color HEX #A48EDA Biloba Flower

📋 copy color: '#A48EDA'

red 164 ◦ green 142 ◦ blue 218

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

Shades of Biloba Flower #A48EDA

Tints of Biloba Flower #A48EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.6%

R = 31.3%
G = 27.1%
B = 41.6%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A48EDA (or 0xA48EDA) is known color: Biloba Flower. HEX triplet: A4, 8E and DA. RGB value is (164,142,218). Sum of RGB (Red+Green+Blue) = 164+142+218=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #A48EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48EDA is #5B7125. Grayscale: #9C9C9C. Windows color (decimal): -5992742 or 14323364. OLE color: 14323364.

HSL color Cylindrical-coordinate representation of color #A48EDA: hue angle of 257.37º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A48EDA is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 142 218 -
CMYK 0.25 0.35 0 0.15
HSL 257.37º 0.51% 0.71% -
HSV(B) 257.37º 0.35% 0.85% -
XYZ 37.64 32.3 70.58 -
YUV 157.24 162.29 132.82 -
System Red Green Blue C M Y K H S L
Decimal 164 142 218 0.25 0.35 0 0.15 257.37 0.51 0.71
Hex A4 8E DA 19 23 0 F 101 33 47
Octal 244 216 332 31 43 0 17 401 63 107
Binary 10100100 10001110 11011010 11001 100011 0 1111 100000001 110011 1000111

Color Harmonies of #A48EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48EDA

Black with #A48EDA

Text Example


Text Example

White with #A48EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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