Html Css Color HEX #A691ED Biloba Flower

📋 copy color: '#A691ED'

red 166 ◦ green 145 ◦ blue 237

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

Shades of Biloba Flower #A691ED

Tints of Biloba Flower #A691ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.25%

R = 30.29%
G = 26.46%
B = 43.25%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A691ED (or 0xA691ED) is known color: Biloba Flower. HEX triplet: A6, 91 and ED. RGB value is (166,145,237). Sum of RGB (Red+Green+Blue) = 166+145+237=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #A691ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A691ED is #596E12. Grayscale: #A1A1A1. Windows color (decimal): -5860883 or 15569318. OLE color: 15569318.

HSL color Cylindrical-coordinate representation of color #A691ED: hue angle of 253.7º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A691ED is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 145 237 -
CMYK 0.30 0.39 0 0.07
HSL 253.7º 0.72% 0.75% -
HSV(B) 253.7º 0.39% 0.93% -
XYZ 41.14 34.47 84.61 -
YUV 161.77 170.46 131.02 -
System Red Green Blue C M Y K H S L
Decimal 166 145 237 0.30 0.39 0 0.07 253.7 0.72 0.75
Hex A6 91 ED 1E 27 0 7 FE 48 4B
Octal 246 221 355 36 47 0 7 376 110 113
Binary 10100110 10010001 11101101 11110 100111 0 111 11111110 1001000 1001011

Color Harmonies of #A691ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A691ED

Black with #A691ED

Text Example


Text Example

White with #A691ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A691ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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