Html Css Color HEX #A48BDC Biloba Flower

📋 copy color: '#A48BDC'

red 164 ◦ green 139 ◦ blue 220

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

Shades of Biloba Flower #A48BDC

Tints of Biloba Flower #A48BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.07%

R = 31.36%
G = 26.58%
B = 42.07%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A48BDC (or 0xA48BDC) is known color: Biloba Flower. HEX triplet: A4, 8B and DC. RGB value is (164,139,220). Sum of RGB (Red+Green+Blue) = 164+139+220=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #A48BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BDC is #5B7423. Grayscale: #9B9B9B. Windows color (decimal): -5993508 or 14453668. OLE color: 14453668.

HSL color Cylindrical-coordinate representation of color #A48BDC: hue angle of 258.52º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A48BDC is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 139 220 -
CMYK 0.25 0.37 0 0.14
HSL 258.52º 0.54% 0.7% -
HSV(B) 258.52º 0.37% 0.86% -
XYZ 37.46 31.53 71.82 -
YUV 155.71 164.28 133.91 -
System Red Green Blue C M Y K H S L
Decimal 164 139 220 0.25 0.37 0 0.14 258.52 0.54 0.7
Hex A4 8B DC 19 25 0 E 103 36 46
Octal 244 213 334 31 45 0 16 403 66 106
Binary 10100100 10001011 11011100 11001 100101 0 1110 100000011 110110 1000110

Color Harmonies of #A48BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48BDC

Black with #A48BDC

Text Example


Text Example

White with #A48BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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