Html Css Color HEX #A48EDE Biloba Flower

📋 copy color: '#A48EDE'

red 164 ◦ green 142 ◦ blue 222

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

Shades of Biloba Flower #A48EDE

Tints of Biloba Flower #A48EDE

RGB

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

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

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

R = 31.06%
G = 26.89%
B = 42.05%

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

#A48EDE (or 0xA48EDE) is known color: Biloba Flower. HEX triplet: A4, 8E and DE. RGB value is (164,142,222). Sum of RGB (Red+Green+Blue) = 164+142+222=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #A48EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48EDE is #5B7121. Grayscale: #9D9D9D. Windows color (decimal): -5992738 or 14585508. OLE color: 14585508.

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

Color convert

RGB 164 142 222 -
CMYK 0.26 0.36 0 0.13
HSL 256.5º 0.55% 0.71% -
HSV(B) 256.5º 0.36% 0.87% -
XYZ 38.17 32.51 73.37 -
YUV 157.7 164.29 132.5 -
System Red Green Blue C M Y K H S L
Decimal 164 142 222 0.26 0.36 0 0.13 256.5 0.55 0.71
Hex A4 8E DE 1A 24 0 D 100 37 47
Octal 244 216 336 32 44 0 15 400 67 107
Binary 10100100 10001110 11011110 11010 100100 0 1101 100000000 110111 1000111

Color Harmonies of #A48EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48EDE

Black with #A48EDE

Text Example


Text Example

White with #A48EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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