#A48CEF

Color #A48CEF Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A48CEF

Tints of Biloba Flower #A48CEF

Color information

#A48CEF (or 0xA48CEF) is unknown color: approx Biloba Flower. HEX triplet: A4, 8C and EF. RGB value is (164,140,239). Sum of RGB (Red+Green+Blue) = 164+140+239=543 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.20% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #A48CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48CEF is #5B7310. Grayscale: #9E9E9E. Windows color (decimal): -5993233 or 15699108. OLE color: 15699108.

HSL color Cylindrical-coordinate representation of color #A48CEF: hue angle of 254.55º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A48CEF is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB164140239-
CMYK0.310.4100.06
HSL254.55º75.57%74.31%-
HSV(B)254.55º41.42%93.73%-
XYZ40.2732.8885.89-
YUV158.46173.45131.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.20%
GREEN value IS 140 (55.08% from 255) = 25.78%
BLUE value IS 239 (93.75% from 255) = 44.01%
R=30.20%
G=25.78%
B=44.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1641402390.310.4100.06254.5575.5774.31
HexA48CEF1F2906ff4c4a
Octal244214357375106377114112
Binary1010010010001100111011111111110100101101111111110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48CEF; }

 p { color: rgb(164,140,239); }

 H1.HeaderClassName
 {
   color: #A48CEF;
 }
 .AnyTagClassName
 {
   color: #A48CEF;
 }
</style>
background-color css

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

 a { background-color: rgb(164,140,239); }

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

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

 span { border-color: rgb(164,140,239); }

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