Html Css Color HEX #A48DCE Biloba Flower

📋 copy color: '#A48DCE'

red 164 ◦ green 141 ◦ blue 206

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

Shades of Biloba Flower #A48DCE

Tints of Biloba Flower #A48DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.31%

R = 32.09%
G = 27.59%
B = 40.31%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A48DCE (or 0xA48DCE) is known color: Biloba Flower. HEX triplet: A4, 8D and CE. RGB value is (164,141,206). Sum of RGB (Red+Green+Blue) = 164+141+206=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #A48DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DCE is #5B7231. Grayscale: #9B9B9B. Windows color (decimal): -5993010 or 13536676. OLE color: 13536676.

HSL color Cylindrical-coordinate representation of color #A48DCE: hue angle of 261.23º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A48DCE is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 141 206 -
CMYK 0.20 0.32 0 0.19
HSL 261.23º 0.4% 0.68% -
HSV(B) 261.23º 0.32% 0.81% -
XYZ 35.98 31.4 62.56 -
YUV 155.29 156.62 134.21 -
System Red Green Blue C M Y K H S L
Decimal 164 141 206 0.20 0.32 0 0.19 261.23 0.4 0.68
Hex A4 8D CE 14 20 0 13 105 28 44
Octal 244 215 316 24 40 0 23 405 50 104
Binary 10100100 10001101 11001110 10100 100000 0 10011 100000101 101000 1000100

Color Harmonies of #A48DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48DCE

Black with #A48DCE

Text Example


Text Example

White with #A48DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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