Html Css Color HEX #A48BDD Biloba Flower

📋 copy color: '#A48BDD'

red 164 ◦ green 139 ◦ blue 221

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

Shades of Biloba Flower #A48BDD

Tints of Biloba Flower #A48BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 31.3%
G = 26.53%
B = 42.18%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A48BDD (or 0xA48BDD) is known color: Biloba Flower. HEX triplet: A4, 8B and DD. RGB value is (164,139,221). Sum of RGB (Red+Green+Blue) = 164+139+221=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #A48BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BDD is #5B7422. Grayscale: #9B9B9B. Windows color (decimal): -5993507 or 14519204. OLE color: 14519204.

HSL color Cylindrical-coordinate representation of color #A48BDD: hue angle of 258.29º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A48BDD is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 139 221 -
CMYK 0.26 0.37 0 0.13
HSL 258.29º 0.55% 0.71% -
HSV(B) 258.29º 0.37% 0.87% -
XYZ 37.59 31.58 72.52 -
YUV 155.82 164.78 133.83 -
System Red Green Blue C M Y K H S L
Decimal 164 139 221 0.26 0.37 0 0.13 258.29 0.55 0.71
Hex A4 8B DD 1A 25 0 D 102 37 47
Octal 244 213 335 32 45 0 15 402 67 107
Binary 10100100 10001011 11011101 11010 100101 0 1101 100000010 110111 1000111

Color Harmonies of #A48BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48BDD

Black with #A48BDD

Text Example


Text Example

White with #A48BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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