Html Css Color HEX #A48DE0 Biloba Flower

📋 copy color: '#A48DE0'

red 164 ◦ green 141 ◦ blue 224

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

Shades of Biloba Flower #A48DE0

Tints of Biloba Flower #A48DE0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.65%

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

R = 31%
G = 26.65%
B = 42.34%

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

#A48DE0 (or 0xA48DE0) is known color: Biloba Flower. HEX triplet: A4, 8D and E0. RGB value is (164,141,224). Sum of RGB (Red+Green+Blue) = 164+141+224=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #A48DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DE0 is #5B721F. Grayscale: #9D9D9D. Windows color (decimal): -5992992 or 14716324. OLE color: 14716324.

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

Color convert

RGB 164 141 224 -
CMYK 0.27 0.37 0 0.12
HSL 256.63º 0.57% 0.72% -
HSV(B) 256.63º 0.37% 0.88% -
XYZ 38.29 32.32 74.74 -
YUV 157.34 165.62 132.75 -
System Red Green Blue C M Y K H S L
Decimal 164 141 224 0.27 0.37 0 0.12 256.63 0.57 0.72
Hex A4 8D E0 1B 25 0 C 101 39 48
Octal 244 215 340 33 45 0 14 401 71 110
Binary 10100100 10001101 11100000 11011 100101 0 1100 100000001 111001 1001000

Color Harmonies of #A48DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48DE0

Black with #A48DE0

Text Example


Text Example

White with #A48DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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