Html Css Color HEX #A695DB Biloba Flower

📋 copy color: '#A695DB'

red 166 ◦ green 149 ◦ blue 219

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

Shades of Biloba Flower #A695DB

Tints of Biloba Flower #A695DB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.9%

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

R = 31.09%
G = 27.9%
B = 41.01%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A695DB (or 0xA695DB) is known color: Biloba Flower. HEX triplet: A6, 95 and DB. RGB value is (166,149,219). Sum of RGB (Red+Green+Blue) = 166+149+219=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #A695DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A695DB is #596A24. Grayscale: #A1A1A1. Windows color (decimal): -5859877 or 14390694. OLE color: 14390694.

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

Color convert

RGB 166 149 219 -
CMYK 0.24 0.32 0 0.14
HSL 254.57º 0.49% 0.72% -
HSV(B) 254.57º 0.32% 0.86% -
XYZ 39.26 34.72 71.65 -
YUV 162.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 166 149 219 0.24 0.32 0 0.14 254.57 0.49 0.72
Hex A6 95 DB 18 20 0 E FF 31 48
Octal 246 225 333 30 40 0 16 377 61 110
Binary 10100110 10010101 11011011 11000 100000 0 1110 11111111 110001 1001000

Color Harmonies of #A695DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A695DB

Black with #A695DB

Text Example


Text Example

White with #A695DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A695DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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