Html Css Color HEX #A48BDA Biloba Flower

📋 copy color: '#A48BDA'

red 164 ◦ green 139 ◦ blue 218

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

Shades of Biloba Flower #A48BDA

Tints of Biloba Flower #A48BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 31.48%
G = 26.68%
B = 41.84%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A48BDA (or 0xA48BDA) is known color: Biloba Flower. HEX triplet: A4, 8B and DA. RGB value is (164,139,218). Sum of RGB (Red+Green+Blue) = 164+139+218=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #A48BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BDA is #5B7425. Grayscale: #9B9B9B. Windows color (decimal): -5993510 or 14322596. OLE color: 14322596.

HSL color Cylindrical-coordinate representation of color #A48BDA: hue angle of 258.99º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A48BDA is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 139 218 -
CMYK 0.25 0.36 0 0.15
HSL 258.99º 0.52% 0.7% -
HSV(B) 258.99º 0.36% 0.85% -
XYZ 37.2 31.42 70.43 -
YUV 155.48 163.28 134.08 -
System Red Green Blue C M Y K H S L
Decimal 164 139 218 0.25 0.36 0 0.15 258.99 0.52 0.7
Hex A4 8B DA 19 24 0 F 103 34 46
Octal 244 213 332 31 44 0 17 403 64 106
Binary 10100100 10001011 11011010 11001 100100 0 1111 100000011 110100 1000110

Color Harmonies of #A48BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48BDA

Black with #A48BDA

Text Example


Text Example

White with #A48BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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