Html Css Color HEX #A48BEB Biloba Flower

📋 copy color: '#A48BEB'

red 164 ◦ green 139 ◦ blue 235

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

Shades of Biloba Flower #A48BEB

Tints of Biloba Flower #A48BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.68%

R = 30.48%
G = 25.84%
B = 43.68%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A48BEB (or 0xA48BEB) is known color: Biloba Flower. HEX triplet: A4, 8B and EB. RGB value is (164,139,235). Sum of RGB (Red+Green+Blue) = 164+139+235=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #A48BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48BEB is #5B7414. Grayscale: #9D9D9D. Windows color (decimal): -5993493 or 15436708. OLE color: 15436708.

HSL color Cylindrical-coordinate representation of color #A48BEB: hue angle of 255.62º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A48BEB is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 139 235 -
CMYK 0.30 0.41 0 0.08
HSL 255.63º 0.71% 0.73% -
HSV(B) 255.63º 0.41% 0.92% -
XYZ 39.54 32.36 82.76 -
YUV 157.42 171.78 132.69 -
System Red Green Blue C M Y K H S L
Decimal 164 139 235 0.30 0.41 0 0.08 255.63 0.71 0.73
Hex A4 8B EB 1E 29 0 8 100 47 49
Octal 244 213 353 36 51 0 10 400 107 111
Binary 10100100 10001011 11101011 11110 101001 0 1000 100000000 1000111 1001001

Color Harmonies of #A48BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48BEB

Black with #A48BEB

Text Example


Text Example

White with #A48BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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