Html Css Color HEX #A691CC Biloba Flower

📋 copy color: '#A691CC'

red 166 ◦ green 145 ◦ blue 204

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

Shades of Biloba Flower #A691CC

Tints of Biloba Flower #A691CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.61%

R = 32.23%
G = 28.16%
B = 39.61%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A691CC (or 0xA691CC) is known color: Biloba Flower. HEX triplet: A6, 91 and CC. RGB value is (166,145,204). Sum of RGB (Red+Green+Blue) = 166+145+204=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #A691CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A691CC is #596E33. Grayscale: #9D9D9D. Windows color (decimal): -5860916 or 13406630. OLE color: 13406630.

HSL color Cylindrical-coordinate representation of color #A691CC: hue angle of 261.36º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A691CC is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 145 204 -
CMYK 0.19 0.29 0 0.2
HSL 261.36º 0.37% 0.68% -
HSV(B) 261.36º 0.29% 0.8% -
XYZ 36.75 32.72 61.5 -
YUV 158.01 153.96 133.7 -
System Red Green Blue C M Y K H S L
Decimal 166 145 204 0.19 0.29 0 0.2 261.36 0.37 0.68
Hex A6 91 CC 13 1D 0 14 105 25 44
Octal 246 221 314 23 35 0 24 405 45 104
Binary 10100110 10010001 11001100 10011 11101 0 10100 100000101 100101 1000100

Color Harmonies of #A691CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A691CC

Black with #A691CC

Text Example


Text Example

White with #A691CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A691CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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