Html Css Color HEX #A691E0 Biloba Flower

📋 copy color: '#A691E0'

red 166 ◦ green 145 ◦ blue 224

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

Shades of Biloba Flower #A691E0

Tints of Biloba Flower #A691E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.87%

R = 31.03%
G = 27.1%
B = 41.87%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A691E0 (or 0xA691E0) is known color: Biloba Flower. HEX triplet: A6, 91 and E0. RGB value is (166,145,224). Sum of RGB (Red+Green+Blue) = 166+145+224=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #A691E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A691E0 is #596E1F. Grayscale: #9F9F9F. Windows color (decimal): -5860896 or 14717350. OLE color: 14717350.

HSL color Cylindrical-coordinate representation of color #A691E0: hue angle of 255.95º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A691E0 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 145 224 -
CMYK 0.26 0.35 0 0.12
HSL 255.95º 0.56% 0.72% -
HSV(B) 255.95º 0.35% 0.88% -
XYZ 39.31 33.74 74.96 -
YUV 160.29 163.96 132.08 -
System Red Green Blue C M Y K H S L
Decimal 166 145 224 0.26 0.35 0 0.12 255.95 0.56 0.72
Hex A6 91 E0 1A 23 0 C 100 38 48
Octal 246 221 340 32 43 0 14 400 70 110
Binary 10100110 10010001 11100000 11010 100011 0 1100 100000000 111000 1001000

Color Harmonies of #A691E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A691E0

Black with #A691E0

Text Example


Text Example

White with #A691E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A691E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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