Html Css Color HEX #A696FF Biloba Flower

📋 copy color: '#A696FF'

red 166 ◦ green 150 ◦ blue 255

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

Shades of Biloba Flower #A696FF

Tints of Biloba Flower #A696FF

RGB

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

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

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

R = 29.07%
G = 26.27%
B = 44.66%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A696FF (or 0xA696FF) is known color: Biloba Flower. HEX triplet: A6, 96 and FF. RGB value is (166,150,255). Sum of RGB (Red+Green+Blue) = 166+150+255=571 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.07% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #A696FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A696FF is #596900. Grayscale: #A6A6A6. Windows color (decimal): -5859585 or 16750246. OLE color: 16750246.

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

Color convert

RGB 166 150 255 -
CMYK 0.35 0.41 0 0
HSL 249.14º 1% 0.79% -
HSV(B) 249.14º 0.41% 1% -
XYZ 44.68 37.14 99.42 -
YUV 166.75 177.8 127.46 -
System Red Green Blue C M Y K H S L
Decimal 166 150 255 0.35 0.41 0 0 249.14 1 0.79
Hex A6 96 FF 23 29 0 0 F9 64 4F
Octal 246 226 377 43 51 0 0 371 144 117
Binary 10100110 10010110 11111111 100011 101001 0 0 11111001 1100100 1001111

Color Harmonies of #A696FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A696FF

Black with #A696FF

Text Example


Text Example

White with #A696FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A696FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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