Html Css Color HEX #A694E1 Biloba Flower

📋 copy color: '#A694E1'

red 166 ◦ green 148 ◦ blue 225

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

Shades of Biloba Flower #A694E1

Tints of Biloba Flower #A694E1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.46%

 BLUE value IS 225 (88.28% from 255) = 41.74%

R = 30.8%
G = 27.46%
B = 41.74%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A694E1 (or 0xA694E1) is known color: Biloba Flower. HEX triplet: A6, 94 and E1. RGB value is (166,148,225). Sum of RGB (Red+Green+Blue) = 166+148+225=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #A694E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694E1 is #596B1E. Grayscale: #A1A1A1. Windows color (decimal): -5860127 or 14783654. OLE color: 14783654.

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

Color convert

RGB 166 148 225 -
CMYK 0.26 0.34 0 0.12
HSL 254.03º 0.56% 0.73% -
HSV(B) 254.03º 0.34% 0.88% -
XYZ 39.91 34.72 75.83 -
YUV 162.16 163.46 130.74 -
System Red Green Blue C M Y K H S L
Decimal 166 148 225 0.26 0.34 0 0.12 254.03 0.56 0.73
Hex A6 94 E1 1A 22 0 C FE 38 49
Octal 246 224 341 32 42 0 14 376 70 111
Binary 10100110 10010100 11100001 11010 100010 0 1100 11111110 111000 1001001

Color Harmonies of #A694E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A694E1

Black with #A694E1

Text Example


Text Example

White with #A694E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A694E1; }

 p { color: rgb(166,148,225); }

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

background-color css

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

 a { background-color: rgb(166,148,225); }

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

border-color css

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

 span { border-color: rgb(166,148,225); }

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