Html Css Color HEX #A696F5 Biloba Flower

📋 copy color: '#A696F5'

red 166 ◦ green 150 ◦ blue 245

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

Shades of Biloba Flower #A696F5

Tints of Biloba Flower #A696F5

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.74%

 BLUE value IS 245 (96.09% from 255) = 43.67%

R = 29.59%
G = 26.74%
B = 43.67%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A696F5 (or 0xA696F5) is known color: Biloba Flower. HEX triplet: A6, 96 and F5. RGB value is (166,150,245). Sum of RGB (Red+Green+Blue) = 166+150+245=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 245 (96.09% from 255 or 43.67% from 561); Max value from RGB is 245 - color contains mainly: blue. Hex color #A696F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A696F5 is #59690A. Grayscale: #A5A5A5. Windows color (decimal): -5859595 or 16094886. OLE color: 16094886.

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

Color convert

RGB 166 150 245 -
CMYK 0.32 0.39 0 0.04
HSL 250.11º 0.83% 0.77% -
HSV(B) 250.11º 0.39% 0.96% -
XYZ 43.11 36.51 91.16 -
YUV 165.61 172.8 128.28 -
System Red Green Blue C M Y K H S L
Decimal 166 150 245 0.32 0.39 0 0.04 250.11 0.83 0.77
Hex A6 96 F5 20 27 0 4 FA 53 4D
Octal 246 226 365 40 47 0 4 372 123 115
Binary 10100110 10010110 11110101 100000 100111 0 100 11111010 1010011 1001101

Color Harmonies of #A696F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A696F5

Black with #A696F5

Text Example


Text Example

White with #A696F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A696F5; }

 p { color: rgb(166,150,245); }

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

background-color css

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

 a { background-color: rgb(166,150,245); }

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

border-color css

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

 span { border-color: rgb(166,150,245); }

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