Html Css Color HEX #A694FF Biloba Flower

📋 copy color: '#A694FF'

red 166 ◦ green 148 ◦ blue 255

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

Shades of Biloba Flower #A694FF

Tints of Biloba Flower #A694FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.82%

R = 29.17%
G = 26.01%
B = 44.82%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A694FF (or 0xA694FF) is known color: Biloba Flower. HEX triplet: A6, 94 and FF. RGB value is (166,148,255). Sum of RGB (Red+Green+Blue) = 166+148+255=569 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.17% from 569); Green value is 148 (58.20% from 255 or 26.01% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #A694FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A694FF is #596B00. Grayscale: #A5A5A5. Windows color (decimal): -5860097 or 16749734. OLE color: 16749734.

HSL color Cylindrical-coordinate representation of color #A694FF: hue angle of 250.09º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A694FF is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 148 255 -
CMYK 0.35 0.42 0 0
HSL 250.09º 1% 0.79% -
HSV(B) 250.09º 0.42% 1% -
XYZ 44.37 36.51 99.32 -
YUV 165.58 178.46 128.3 -
System Red Green Blue C M Y K H S L
Decimal 166 148 255 0.35 0.42 0 0 250.09 1 0.79
Hex A6 94 FF 23 2A 0 0 FA 64 4F
Octal 246 224 377 43 52 0 0 372 144 117
Binary 10100110 10010100 11111111 100011 101010 0 0 11111010 1100100 1001111

Color Harmonies of #A694FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A694FF

Black with #A694FF

Text Example


Text Example

White with #A694FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A694FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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