Html Css Color HEX #A691D0 Biloba Flower

📋 copy color: '#A691D0'

red 166 ◦ green 145 ◦ blue 208

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

Shades of Biloba Flower #A691D0

Tints of Biloba Flower #A691D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.08%

R = 31.98%
G = 27.94%
B = 40.08%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A691D0 (or 0xA691D0) is known color: Biloba Flower. HEX triplet: A6, 91 and D0. RGB value is (166,145,208). Sum of RGB (Red+Green+Blue) = 166+145+208=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 208 - color contains mainly: blue. Hex color #A691D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A691D0 is #596E2F. Grayscale: #9E9E9E. Windows color (decimal): -5860912 or 13668774. OLE color: 13668774.

HSL color Cylindrical-coordinate representation of color #A691D0: hue angle of 260º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A691D0 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 145 208 -
CMYK 0.20 0.30 0 0.18
HSL 260º 0.4% 0.69% -
HSV(B) 260º 0.3% 0.82% -
XYZ 37.24 32.91 64.06 -
YUV 158.46 155.96 133.38 -
System Red Green Blue C M Y K H S L
Decimal 166 145 208 0.20 0.30 0 0.18 260 0.4 0.69
Hex A6 91 D0 14 1E 0 12 104 28 45
Octal 246 221 320 24 36 0 22 404 50 105
Binary 10100110 10010001 11010000 10100 11110 0 10010 100000100 101000 1000101

Color Harmonies of #A691D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A691D0

Black with #A691D0

Text Example


Text Example

White with #A691D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A691D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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