Html Css Color HEX #A697FA Biloba Flower

📋 copy color: '#A697FA'

red 166 ◦ green 151 ◦ blue 250

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

Shades of Biloba Flower #A697FA

Tints of Biloba Flower #A697FA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.63%

 BLUE value IS 250 (98.05% from 255) = 44.09%

R = 29.28%
G = 26.63%
B = 44.09%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A697FA (or 0xA697FA) is known color: Biloba Flower. HEX triplet: A6, 97 and FA. RGB value is (166,151,250). Sum of RGB (Red+Green+Blue) = 166+151+250=567 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.28% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #A697FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A697FA is #596805. Grayscale: #A6A6A6. Windows color (decimal): -5859334 or 16422822. OLE color: 16422822.

HSL color Cylindrical-coordinate representation of color #A697FA: hue angle of 249.09º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A697FA is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 151 250 -
CMYK 0.34 0.40 0 0.02
HSL 249.09º 0.91% 0.79% -
HSV(B) 249.09º 0.4% 0.98% -
XYZ 44.05 37.14 95.29 -
YUV 166.77 174.97 127.45 -
System Red Green Blue C M Y K H S L
Decimal 166 151 250 0.34 0.40 0 0.02 249.09 0.91 0.79
Hex A6 97 FA 22 28 0 2 F9 5B 4F
Octal 246 227 372 42 50 0 2 371 133 117
Binary 10100110 10010111 11111010 100010 101000 0 10 11111001 1011011 1001111

Color Harmonies of #A697FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A697FA

Black with #A697FA

Text Example


Text Example

White with #A697FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A697FA; }

 p { color: rgb(166,151,250); }

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

background-color css

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

 a { background-color: rgb(166,151,250); }

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

border-color css

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

 span { border-color: rgb(166,151,250); }

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