Html Css Color HEX #A691DA Biloba Flower

📋 copy color: '#A691DA'

red 166 ◦ green 145 ◦ blue 218

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

Shades of Biloba Flower #A691DA

Tints of Biloba Flower #A691DA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.41%

 BLUE value IS 218 (85.55% from 255) = 41.21%

R = 31.38%
G = 27.41%
B = 41.21%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A691DA (or 0xA691DA) is known color: Biloba Flower. HEX triplet: A6, 91 and DA. RGB value is (166,145,218). Sum of RGB (Red+Green+Blue) = 166+145+218=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #A691DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A691DA is #596E25. Grayscale: #9F9F9F. Windows color (decimal): -5860902 or 14324134. OLE color: 14324134.

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

Color convert

RGB 166 145 218 -
CMYK 0.24 0.33 0 0.15
HSL 257.26º 0.5% 0.71% -
HSV(B) 257.26º 0.33% 0.85% -
XYZ 38.51 33.42 70.75 -
YUV 159.6 160.96 132.56 -
System Red Green Blue C M Y K H S L
Decimal 166 145 218 0.24 0.33 0 0.15 257.26 0.5 0.71
Hex A6 91 DA 18 21 0 F 101 32 47
Octal 246 221 332 30 41 0 17 401 62 107
Binary 10100110 10010001 11011010 11000 100001 0 1111 100000001 110010 1000111

Color Harmonies of #A691DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A691DA

Black with #A691DA

Text Example


Text Example

White with #A691DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A691DA; }

 p { color: rgb(166,145,218); }

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

background-color css

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

 a { background-color: rgb(166,145,218); }

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

border-color css

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

 span { border-color: rgb(166,145,218); }

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