Html Css Color HEX #A38EDB Biloba Flower

📋 copy color: '#A38EDB'

red 163 ◦ green 142 ◦ blue 219

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

Shades of Biloba Flower #A38EDB

Tints of Biloba Flower #A38EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.1%

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

R = 31.11%
G = 27.1%
B = 41.79%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A38EDB (or 0xA38EDB) is known color: Biloba Flower. HEX triplet: A3, 8E and DB. RGB value is (163,142,219). Sum of RGB (Red+Green+Blue) = 163+142+219=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #A38EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38EDB is #5C7124. Grayscale: #9C9C9C. Windows color (decimal): -6058277 or 14388899. OLE color: 14388899.

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

Color convert

RGB 163 142 219 -
CMYK 0.26 0.35 0 0.14
HSL 256.36º 0.52% 0.71% -
HSV(B) 256.36º 0.35% 0.86% -
XYZ 37.56 32.25 71.26 -
YUV 157.06 162.96 132.24 -
System Red Green Blue C M Y K H S L
Decimal 163 142 219 0.26 0.35 0 0.14 256.36 0.52 0.71
Hex A3 8E DB 1A 23 0 E 100 34 47
Octal 243 216 333 32 43 0 16 400 64 107
Binary 10100011 10001110 11011011 11010 100011 0 1110 100000000 110100 1000111

Color Harmonies of #A38EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38EDB

Black with #A38EDB

Text Example


Text Example

White with #A38EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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