Html Css Color HEX #A48BD5 Biloba Flower

📋 copy color: '#A48BD5'

red 164 ◦ green 139 ◦ blue 213

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

Shades of Biloba Flower #A48BD5

Tints of Biloba Flower #A48BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.28%

R = 31.78%
G = 26.94%
B = 41.28%

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

#A48BD5 (or 0xA48BD5) is known color: Biloba Flower. HEX triplet: A4, 8B and D5. RGB value is (164,139,213). Sum of RGB (Red+Green+Blue) = 164+139+213=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #A48BD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BD5 is #5B742A. Grayscale: #9A9A9A. Windows color (decimal): -5993515 or 13994916. OLE color: 13994916.

HSL color Cylindrical-coordinate representation of color #A48BD5: hue angle of 260.27º degrees, saturation: 0.47, 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 #A48BD5 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 139 213 -
CMYK 0.23 0.35 0 0.16
HSL 260.27º 0.47% 0.69% -
HSV(B) 260.27º 0.35% 0.84% -
XYZ 36.55 31.16 67.04 -
YUV 154.91 160.78 134.48 -
System Red Green Blue C M Y K H S L
Decimal 164 139 213 0.23 0.35 0 0.16 260.27 0.47 0.69
Hex A4 8B D5 17 23 0 10 104 2F 45
Octal 244 213 325 27 43 0 20 404 57 105
Binary 10100100 10001011 11010101 10111 100011 0 10000 100000100 101111 1000101

Color Harmonies of #A48BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48BD5

Black with #A48BD5

Text Example


Text Example

White with #A48BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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