Html Css Color HEX #A68BDB Biloba Flower

📋 copy color: '#A68BDB'

red 166 ◦ green 139 ◦ blue 219

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

Shades of Biloba Flower #A68BDB

Tints of Biloba Flower #A68BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.53%

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

R = 31.68%
G = 26.53%
B = 41.79%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A68BDB (or 0xA68BDB) is known color: Biloba Flower. HEX triplet: A6, 8B and DB. RGB value is (166,139,219). Sum of RGB (Red+Green+Blue) = 166+139+219=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 139 (54.69% from 255 or 26.53% 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 #A68BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68BDB is #597424. Grayscale: #9B9B9B. Windows color (decimal): -5862437 or 14388134. OLE color: 14388134.

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

Color convert

RGB 166 139 219 -
CMYK 0.24 0.37 0 0.14
HSL 260.25º 0.53% 0.7% -
HSV(B) 260.25º 0.37% 0.86% -
XYZ 37.74 31.69 71.14 -
YUV 156.19 163.45 135 -
System Red Green Blue C M Y K H S L
Decimal 166 139 219 0.24 0.37 0 0.14 260.25 0.53 0.7
Hex A6 8B DB 18 25 0 E 104 35 46
Octal 246 213 333 30 45 0 16 404 65 106
Binary 10100110 10001011 11011011 11000 100101 0 1110 100000100 110101 1000110

Color Harmonies of #A68BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68BDB

Black with #A68BDB

Text Example


Text Example

White with #A68BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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