Html Css Color HEX #A691C9 Biloba Flower

📋 copy color: '#A691C9'

red 166 ◦ green 145 ◦ blue 201

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

Shades of Biloba Flower #A691C9

Tints of Biloba Flower #A691C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.26%

R = 32.42%
G = 28.32%
B = 39.26%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A691C9 (or 0xA691C9) is known color: Biloba Flower. HEX triplet: A6, 91 and C9. RGB value is (166,145,201). Sum of RGB (Red+Green+Blue) = 166+145+201=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 201 - color contains mainly: blue. Hex color #A691C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A691C9 is #596E36. Grayscale: #9D9D9D. Windows color (decimal): -5860919 or 13210022. OLE color: 13210022.

HSL color Cylindrical-coordinate representation of color #A691C9: hue angle of 262.5º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A691C9 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 145 201 -
CMYK 0.17 0.28 0 0.21
HSL 262.5º 0.34% 0.68% -
HSV(B) 262.5º 0.28% 0.79% -
XYZ 36.39 32.57 59.63 -
YUV 157.66 152.46 133.95 -
System Red Green Blue C M Y K H S L
Decimal 166 145 201 0.17 0.28 0 0.21 262.5 0.34 0.68
Hex A6 91 C9 11 1C 0 15 106 22 44
Octal 246 221 311 21 34 0 25 406 42 104
Binary 10100110 10010001 11001001 10001 11100 0 10101 100000110 100010 1000100

Color Harmonies of #A691C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A691C9

Black with #A691C9

Text Example


Text Example

White with #A691C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A691C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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