Html Css Color HEX #A48FDD Biloba Flower

📋 copy color: '#A48FDD'

red 164 ◦ green 143 ◦ blue 221

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

Shades of Biloba Flower #A48FDD

Tints of Biloba Flower #A48FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.08%

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

R = 31.06%
G = 27.08%
B = 41.86%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A48FDD (or 0xA48FDD) is known color: Biloba Flower. HEX triplet: A4, 8F and DD. RGB value is (164,143,221). Sum of RGB (Red+Green+Blue) = 164+143+221=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #A48FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48FDD is #5B7022. Grayscale: #9D9D9D. Windows color (decimal): -5992483 or 14520228. OLE color: 14520228.

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

Color convert

RGB 164 143 221 -
CMYK 0.26 0.35 0 0.13
HSL 256.15º 0.53% 0.71% -
HSV(B) 256.15º 0.35% 0.87% -
XYZ 38.18 32.76 72.72 -
YUV 158.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 164 143 221 0.26 0.35 0 0.13 256.15 0.53 0.71
Hex A4 8F DD 1A 23 0 D 100 35 47
Octal 244 217 335 32 43 0 15 400 65 107
Binary 10100100 10001111 11011101 11010 100011 0 1101 100000000 110101 1000111

Color Harmonies of #A48FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48FDD

Black with #A48FDD

Text Example


Text Example

White with #A48FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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