Html Css Color HEX #A38DDB Biloba Flower

📋 copy color: '#A38DDB'

red 163 ◦ green 141 ◦ blue 219

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

Shades of Biloba Flower #A38DDB

Tints of Biloba Flower #A38DDB

RGB

 RED value IS 163 (64.06% from 255) = 31.17%

 GREEN value IS 141 (55.47% from 255) = 26.96%

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

R = 31.17%
G = 26.96%
B = 41.87%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A38DDB (or 0xA38DDB) is known color: Biloba Flower. HEX triplet: A3, 8D and DB. RGB value is (163,141,219). Sum of RGB (Red+Green+Blue) = 163+141+219=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 141 (55.47% from 255 or 26.96% 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 #A38DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DDB is #5C7224. Grayscale: #9C9C9C. Windows color (decimal): -6058533 or 14388643. OLE color: 14388643.

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

Color convert

RGB 163 141 219 -
CMYK 0.26 0.36 0 0.14
HSL 256.92º 0.52% 0.71% -
HSV(B) 256.92º 0.36% 0.86% -
XYZ 37.42 31.95 71.21 -
YUV 156.47 163.29 132.66 -
System Red Green Blue C M Y K H S L
Decimal 163 141 219 0.26 0.36 0 0.14 256.92 0.52 0.71
Hex A3 8D DB 1A 24 0 E 101 34 47
Octal 243 215 333 32 44 0 16 401 64 107
Binary 10100011 10001101 11011011 11010 100100 0 1110 100000001 110100 1000111

Color Harmonies of #A38DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38DDB

Black with #A38DDB

Text Example


Text Example

White with #A38DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38DDB; }

 p { color: rgb(163,141,219); }

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

background-color css

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

 a { background-color: rgb(163,141,219); }

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

border-color css

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

 span { border-color: rgb(163,141,219); }

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