Html Css Color HEX #A48ECE Biloba Flower

📋 copy color: '#A48ECE'

red 164 ◦ green 142 ◦ blue 206

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

Shades of Biloba Flower #A48ECE

Tints of Biloba Flower #A48ECE

RGB

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

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

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

R = 32.03%
G = 27.73%
B = 40.23%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A48ECE (or 0xA48ECE) is known color: Biloba Flower. HEX triplet: A4, 8E and CE. RGB value is (164,142,206). Sum of RGB (Red+Green+Blue) = 164+142+206=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #A48ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48ECE is #5B7131. Grayscale: #9B9B9B. Windows color (decimal): -5992754 or 13536932. OLE color: 13536932.

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

Color convert

RGB 164 142 206 -
CMYK 0.20 0.31 0 0.19
HSL 260.63º 0.4% 0.68% -
HSV(B) 260.63º 0.31% 0.81% -
XYZ 36.12 31.69 62.61 -
YUV 155.87 156.29 133.8 -
System Red Green Blue C M Y K H S L
Decimal 164 142 206 0.20 0.31 0 0.19 260.63 0.4 0.68
Hex A4 8E CE 14 1F 0 13 105 28 44
Octal 244 216 316 24 37 0 23 405 50 104
Binary 10100100 10001110 11001110 10100 11111 0 10011 100000101 101000 1000100

Color Harmonies of #A48ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48ECE

Black with #A48ECE

Text Example


Text Example

White with #A48ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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