Html Css Color HEX #A694F2 Biloba Flower

📋 copy color: '#A694F2'

red 166 ◦ green 148 ◦ blue 242

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

Shades of Biloba Flower #A694F2

Tints of Biloba Flower #A694F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.53%

R = 29.86%
G = 26.62%
B = 43.53%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A694F2 (or 0xA694F2) is known color: Biloba Flower. HEX triplet: A6, 94 and F2. RGB value is (166,148,242). Sum of RGB (Red+Green+Blue) = 166+148+242=556 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.86% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #A694F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A694F2 is #596B0D. Grayscale: #A3A3A3. Windows color (decimal): -5860110 or 15897766. OLE color: 15897766.

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

Color convert

RGB 166 148 242 -
CMYK 0.31 0.39 0 0.05
HSL 251.49º 0.78% 0.76% -
HSV(B) 251.49º 0.39% 0.95% -
XYZ 42.34 35.7 88.66 -
YUV 164.1 171.96 129.36 -
System Red Green Blue C M Y K H S L
Decimal 166 148 242 0.31 0.39 0 0.05 251.49 0.78 0.76
Hex A6 94 F2 1F 27 0 5 FB 4E 4C
Octal 246 224 362 37 47 0 5 373 116 114
Binary 10100110 10010100 11110010 11111 100111 0 101 11111011 1001110 1001100

Color Harmonies of #A694F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A694F2

Black with #A694F2

Text Example


Text Example

White with #A694F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A694F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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