Html Css Color HEX #A48BEF Biloba Flower

📋 copy color: '#A48BEF'

red 164 ◦ green 139 ◦ blue 239

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

Shades of Biloba Flower #A48BEF

Tints of Biloba Flower #A48BEF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.65%

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 30.26%
G = 25.65%
B = 44.1%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A48BEF (or 0xA48BEF) is known color: Biloba Flower. HEX triplet: A4, 8B and EF. RGB value is (164,139,239). Sum of RGB (Red+Green+Blue) = 164+139+239=542 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.26% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #A48BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48BEF is #5B7410. Grayscale: #9D9D9D. Windows color (decimal): -5993489 or 15698852. OLE color: 15698852.

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

Color convert

RGB 164 139 239 -
CMYK 0.31 0.42 0 0.06
HSL 255º 0.76% 0.74% -
HSV(B) 255º 0.42% 0.94% -
XYZ 40.12 32.59 85.84 -
YUV 157.88 173.78 132.37 -
System Red Green Blue C M Y K H S L
Decimal 164 139 239 0.31 0.42 0 0.06 255 0.76 0.74
Hex A4 8B EF 1F 2A 0 6 FF 4C 4A
Octal 244 213 357 37 52 0 6 377 114 112
Binary 10100100 10001011 11101111 11111 101010 0 110 11111111 1001100 1001010

Color Harmonies of #A48BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48BEF

Black with #A48BEF

Text Example


Text Example

White with #A48BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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