Html Css Color HEX #A692DB Biloba Flower

📋 copy color: '#A692DB'

red 166 ◦ green 146 ◦ blue 219

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

Shades of Biloba Flower #A692DB

Tints of Biloba Flower #A692DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.5%

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

R = 31.26%
G = 27.5%
B = 41.24%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A692DB (or 0xA692DB) is known color: Biloba Flower. HEX triplet: A6, 92 and DB. RGB value is (166,146,219). Sum of RGB (Red+Green+Blue) = 166+146+219=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #A692DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A692DB is #596D24. Grayscale: #A0A0A0. Windows color (decimal): -5860645 or 14389926. OLE color: 14389926.

HSL color Cylindrical-coordinate representation of color #A692DB: hue angle of 256.44º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A692DB is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 146 219 -
CMYK 0.24 0.33 0 0.14
HSL 256.44º 0.5% 0.72% -
HSV(B) 256.44º 0.33% 0.86% -
XYZ 38.79 33.78 71.49 -
YUV 160.3 161.13 132.06 -
System Red Green Blue C M Y K H S L
Decimal 166 146 219 0.24 0.33 0 0.14 256.44 0.5 0.72
Hex A6 92 DB 18 21 0 E 100 32 48
Octal 246 222 333 30 41 0 16 400 62 110
Binary 10100110 10010010 11011011 11000 100001 0 1110 100000000 110010 1001000

Color Harmonies of #A692DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A692DB

Black with #A692DB

Text Example


Text Example

White with #A692DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A692DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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