Html Css Color HEX #A48EE0 Biloba Flower

📋 copy color: '#A48EE0'

red 164 ◦ green 142 ◦ blue 224

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

Shades of Biloba Flower #A48EE0

Tints of Biloba Flower #A48EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.26%

R = 30.94%
G = 26.79%
B = 42.26%

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

#A48EE0 (or 0xA48EE0) is known color: Biloba Flower. HEX triplet: A4, 8E and E0. RGB value is (164,142,224). Sum of RGB (Red+Green+Blue) = 164+142+224=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #A48EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48EE0 is #5B711F. Grayscale: #9D9D9D. Windows color (decimal): -5992736 or 14716580. OLE color: 14716580.

HSL color Cylindrical-coordinate representation of color #A48EE0: hue angle of 256.1º degrees, saturation: 0.57, 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 #A48EE0 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 164 142 224 -
CMYK 0.27 0.37 0 0.12
HSL 256.1º 0.57% 0.72% -
HSV(B) 256.1º 0.37% 0.88% -
XYZ 38.44 32.62 74.79 -
YUV 157.93 165.29 132.33 -
System Red Green Blue C M Y K H S L
Decimal 164 142 224 0.27 0.37 0 0.12 256.1 0.57 0.72
Hex A4 8E E0 1B 25 0 C 100 39 48
Octal 244 216 340 33 45 0 14 400 71 110
Binary 10100100 10001110 11100000 11011 100101 0 1100 100000000 111001 1001000

Color Harmonies of #A48EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48EE0

Black with #A48EE0

Text Example


Text Example

White with #A48EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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