Html Css Color HEX #A48EDF Biloba Flower

📋 copy color: '#A48EDF'

red 164 ◦ green 142 ◦ blue 223

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

Shades of Biloba Flower #A48EDF

Tints of Biloba Flower #A48EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.16%

R = 31%
G = 26.84%
B = 42.16%

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

#A48EDF (or 0xA48EDF) is known color: Biloba Flower. HEX triplet: A4, 8E and DF. RGB value is (164,142,223). Sum of RGB (Red+Green+Blue) = 164+142+223=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #A48EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48EDF is #5B7120. Grayscale: #9D9D9D. Windows color (decimal): -5992737 or 14651044. OLE color: 14651044.

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

Color convert

RGB 164 142 223 -
CMYK 0.26 0.36 0 0.13
HSL 256.3º 0.56% 0.72% -
HSV(B) 256.3º 0.36% 0.87% -
XYZ 38.3 32.57 74.08 -
YUV 157.81 164.79 132.41 -
System Red Green Blue C M Y K H S L
Decimal 164 142 223 0.26 0.36 0 0.13 256.3 0.56 0.72
Hex A4 8E DF 1A 24 0 D 100 38 48
Octal 244 216 337 32 44 0 15 400 70 110
Binary 10100100 10001110 11011111 11010 100100 0 1101 100000000 111000 1001000

Color Harmonies of #A48EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48EDF

Black with #A48EDF

Text Example


Text Example

White with #A48EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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