Html Css Color HEX #A68FDB Biloba Flower

📋 copy color: '#A68FDB'

red 166 ◦ green 143 ◦ blue 219

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

Shades of Biloba Flower #A68FDB

Tints of Biloba Flower #A68FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.08%

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

R = 31.44%
G = 27.08%
B = 41.48%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A68FDB (or 0xA68FDB) is known color: Biloba Flower. HEX triplet: A6, 8F and DB. RGB value is (166,143,219). Sum of RGB (Red+Green+Blue) = 166+143+219=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #A68FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FDB is #597024. Grayscale: #9E9E9E. Windows color (decimal): -5861413 or 14389158. OLE color: 14389158.

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

Color convert

RGB 166 143 219 -
CMYK 0.24 0.35 0 0.14
HSL 258.16º 0.51% 0.71% -
HSV(B) 258.16º 0.35% 0.86% -
XYZ 38.33 32.87 71.34 -
YUV 158.54 162.12 133.32 -
System Red Green Blue C M Y K H S L
Decimal 166 143 219 0.24 0.35 0 0.14 258.16 0.51 0.71
Hex A6 8F DB 18 23 0 E 102 33 47
Octal 246 217 333 30 43 0 16 402 63 107
Binary 10100110 10001111 11011011 11000 100011 0 1110 100000010 110011 1000111

Color Harmonies of #A68FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68FDB

Black with #A68FDB

Text Example


Text Example

White with #A68FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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