Html Css Color HEX #A38ADB Biloba Flower

📋 copy color: '#A38ADB'

red 163 ◦ green 138 ◦ blue 219

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

Shades of Biloba Flower #A38ADB

Tints of Biloba Flower #A38ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.54%

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

R = 31.35%
G = 26.54%
B = 42.12%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A38ADB (or 0xA38ADB) is known color: Biloba Flower. HEX triplet: A3, 8A and DB. RGB value is (163,138,219). Sum of RGB (Red+Green+Blue) = 163+138+219=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #A38ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38ADB is #5C7524. Grayscale: #9A9A9A. Windows color (decimal): -6059301 or 14387875. OLE color: 14387875.

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

Color convert

RGB 163 138 219 -
CMYK 0.26 0.37 0 0.14
HSL 258.52º 0.53% 0.7% -
HSV(B) 258.52º 0.37% 0.86% -
XYZ 36.98 31.08 71.07 -
YUV 154.71 164.28 133.91 -
System Red Green Blue C M Y K H S L
Decimal 163 138 219 0.26 0.37 0 0.14 258.52 0.53 0.7
Hex A3 8A DB 1A 25 0 E 103 35 46
Octal 243 212 333 32 45 0 16 403 65 106
Binary 10100011 10001010 11011011 11010 100101 0 1110 100000011 110101 1000110

Color Harmonies of #A38ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38ADB

Black with #A38ADB

Text Example


Text Example

White with #A38ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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