Html Css Color HEX #A696CA Biloba Flower

📋 copy color: '#A696CA'

red 166 ◦ green 150 ◦ blue 202

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

Shades of Biloba Flower #A696CA

Tints of Biloba Flower #A696CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39%

R = 32.05%
G = 28.96%
B = 39%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A696CA (or 0xA696CA) is known color: Biloba Flower. HEX triplet: A6, 96 and CA. RGB value is (166,150,202). Sum of RGB (Red+Green+Blue) = 166+150+202=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #A696CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696CA is #596935. Grayscale: #A0A0A0. Windows color (decimal): -5859638 or 13276838. OLE color: 13276838.

HSL color Cylindrical-coordinate representation of color #A696CA: hue angle of 258.46º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A696CA is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 150 202 -
CMYK 0.18 0.26 0 0.21
HSL 258.46º 0.33% 0.69% -
HSV(B) 258.46º 0.26% 0.79% -
XYZ 37.29 34.18 60.51 -
YUV 160.71 151.3 131.77 -
System Red Green Blue C M Y K H S L
Decimal 166 150 202 0.18 0.26 0 0.21 258.46 0.33 0.69
Hex A6 96 CA 12 1A 0 15 102 21 45
Octal 246 226 312 22 32 0 25 402 41 105
Binary 10100110 10010110 11001010 10010 11010 0 10101 100000010 100001 1000101

Color Harmonies of #A696CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A696CA

Black with #A696CA

Text Example


Text Example

White with #A696CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A696CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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