Html Css Color HEX #A48BDF Biloba Flower

📋 copy color: '#A48BDF'

red 164 ◦ green 139 ◦ blue 223

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

Shades of Biloba Flower #A48BDF

Tints of Biloba Flower #A48BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.4%

R = 31.18%
G = 26.43%
B = 42.4%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A48BDF (or 0xA48BDF) is known color: Biloba Flower. HEX triplet: A4, 8B and DF. RGB value is (164,139,223). Sum of RGB (Red+Green+Blue) = 164+139+223=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #A48BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BDF is #5B7420. Grayscale: #9B9B9B. Windows color (decimal): -5993505 or 14650276. OLE color: 14650276.

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

Color convert

RGB 164 139 223 -
CMYK 0.26 0.38 0 0.13
HSL 257.86º 0.57% 0.71% -
HSV(B) 257.86º 0.38% 0.87% -
XYZ 37.86 31.69 73.93 -
YUV 156.05 165.78 133.67 -
System Red Green Blue C M Y K H S L
Decimal 164 139 223 0.26 0.38 0 0.13 257.86 0.57 0.71
Hex A4 8B DF 1A 26 0 D 102 39 47
Octal 244 213 337 32 46 0 15 402 71 107
Binary 10100100 10001011 11011111 11010 100110 0 1101 100000010 111001 1000111

Color Harmonies of #A48BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48BDF

Black with #A48BDF

Text Example


Text Example

White with #A48BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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