Html Css Color HEX #A694F3 Biloba Flower

📋 copy color: '#A694F3'

red 166 ◦ green 148 ◦ blue 243

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

Shades of Biloba Flower #A694F3

Tints of Biloba Flower #A694F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.63%

R = 29.8%
G = 26.57%
B = 43.63%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A694F3 (or 0xA694F3) is known color: Biloba Flower. HEX triplet: A6, 94 and F3. RGB value is (166,148,243). Sum of RGB (Red+Green+Blue) = 166+148+243=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #A694F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A694F3 is #596B0C. Grayscale: #A3A3A3. Windows color (decimal): -5860109 or 15963302. OLE color: 15963302.

HSL color Cylindrical-coordinate representation of color #A694F3: hue angle of 251.37º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A694F3 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 148 243 -
CMYK 0.32 0.39 0 0.05
HSL 251.37º 0.8% 0.77% -
HSV(B) 251.37º 0.39% 0.95% -
XYZ 42.49 35.76 89.46 -
YUV 164.21 172.46 129.28 -
System Red Green Blue C M Y K H S L
Decimal 166 148 243 0.32 0.39 0 0.05 251.37 0.8 0.77
Hex A6 94 F3 20 27 0 5 FB 50 4D
Octal 246 224 363 40 47 0 5 373 120 115
Binary 10100110 10010100 11110011 100000 100111 0 101 11111011 1010000 1001101

Color Harmonies of #A694F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A694F3

Black with #A694F3

Text Example


Text Example

White with #A694F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A694F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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