Html Css Color HEX #A48BD6 Biloba Flower

📋 copy color: '#A48BD6'

red 164 ◦ green 139 ◦ blue 214

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

Shades of Biloba Flower #A48BD6

Tints of Biloba Flower #A48BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.39%

R = 31.72%
G = 26.89%
B = 41.39%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A48BD6 (or 0xA48BD6) is known color: Biloba Flower. HEX triplet: A4, 8B and D6. RGB value is (164,139,214). Sum of RGB (Red+Green+Blue) = 164+139+214=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 214 - color contains mainly: blue. Hex color #A48BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BD6 is #5B7429. Grayscale: #9A9A9A. Windows color (decimal): -5993514 or 14060452. OLE color: 14060452.

HSL color Cylindrical-coordinate representation of color #A48BD6: hue angle of 260º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A48BD6 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 139 214 -
CMYK 0.23 0.35 0 0.16
HSL 260º 0.48% 0.69% -
HSV(B) 260º 0.35% 0.84% -
XYZ 36.68 31.21 67.71 -
YUV 155.03 161.28 134.4 -
System Red Green Blue C M Y K H S L
Decimal 164 139 214 0.23 0.35 0 0.16 260 0.48 0.69
Hex A4 8B D6 17 23 0 10 104 30 45
Octal 244 213 326 27 43 0 20 404 60 105
Binary 10100100 10001011 11010110 10111 100011 0 10000 100000100 110000 1000101

Color Harmonies of #A48BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48BD6

Black with #A48BD6

Text Example


Text Example

White with #A48BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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