Html Css Color HEX #A48CDB Biloba Flower

📋 copy color: '#A48CDB'

red 164 ◦ green 140 ◦ blue 219

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

Shades of Biloba Flower #A48CDB

Tints of Biloba Flower #A48CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.77%

 BLUE value IS 219 (85.94% from 255) = 41.87%

R = 31.36%
G = 26.77%
B = 41.87%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A48CDB (or 0xA48CDB) is known color: Biloba Flower. HEX triplet: A4, 8C and DB. RGB value is (164,140,219). Sum of RGB (Red+Green+Blue) = 164+140+219=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #A48CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48CDB is #5B7324. Grayscale: #9B9B9B. Windows color (decimal): -5993253 or 14388388. OLE color: 14388388.

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

Color convert

RGB 164 140 219 -
CMYK 0.25 0.36 0 0.14
HSL 258.23º 0.52% 0.7% -
HSV(B) 258.23º 0.36% 0.86% -
XYZ 37.47 31.76 71.17 -
YUV 156.18 163.45 133.58 -
System Red Green Blue C M Y K H S L
Decimal 164 140 219 0.25 0.36 0 0.14 258.23 0.52 0.7
Hex A4 8C DB 19 24 0 E 102 34 46
Octal 244 214 333 31 44 0 16 402 64 106
Binary 10100100 10001100 11011011 11001 100100 0 1110 100000010 110100 1000110

Color Harmonies of #A48CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48CDB

Black with #A48CDB

Text Example


Text Example

White with #A48CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48CDB; }

 p { color: rgb(164,140,219); }

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

background-color css

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

 a { background-color: rgb(164,140,219); }

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

border-color css

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

 span { border-color: rgb(164,140,219); }

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