Html Css Color HEX #A68DDB Biloba Flower

📋 copy color: '#A68DDB'

red 166 ◦ green 141 ◦ blue 219

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

Shades of Biloba Flower #A68DDB

Tints of Biloba Flower #A68DDB

RGB

 RED value IS 166 (65.23% from 255) = 31.56%

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

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

R = 31.56%
G = 26.81%
B = 41.63%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A68DDB (or 0xA68DDB) is known color: Biloba Flower. HEX triplet: A6, 8D and DB. RGB value is (166,141,219). Sum of RGB (Red+Green+Blue) = 166+141+219=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #A68DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68DDB is #597224. Grayscale: #9D9D9D. Windows color (decimal): -5861925 or 14388646. OLE color: 14388646.

HSL color Cylindrical-coordinate representation of color #A68DDB: hue angle of 259.23º 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 #A68DDB is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 141 219 -
CMYK 0.24 0.36 0 0.14
HSL 259.23º 0.52% 0.71% -
HSV(B) 259.23º 0.36% 0.86% -
XYZ 38.04 32.27 71.24 -
YUV 157.37 162.78 134.16 -
System Red Green Blue C M Y K H S L
Decimal 166 141 219 0.24 0.36 0 0.14 259.23 0.52 0.71
Hex A6 8D DB 18 24 0 E 103 34 47
Octal 246 215 333 30 44 0 16 403 64 107
Binary 10100110 10001101 11011011 11000 100100 0 1110 100000011 110100 1000111

Color Harmonies of #A68DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68DDB

Black with #A68DDB

Text Example


Text Example

White with #A68DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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