Html Css Color HEX #A697F2 Biloba Flower

📋 copy color: '#A697F2'

red 166 ◦ green 151 ◦ blue 242

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

Shades of Biloba Flower #A697F2

Tints of Biloba Flower #A697F2

RGB

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

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

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

R = 29.7%
G = 27.01%
B = 43.29%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A697F2 (or 0xA697F2) is known color: Biloba Flower. HEX triplet: A6, 97 and F2. RGB value is (166,151,242). Sum of RGB (Red+Green+Blue) = 166+151+242=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #A697F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A697F2 is #59680D. Grayscale: #A5A5A5. Windows color (decimal): -5859342 or 15898534. OLE color: 15898534.

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

Color convert

RGB 166 151 242 -
CMYK 0.31 0.38 0 0.05
HSL 249.89º 0.78% 0.77% -
HSV(B) 249.89º 0.38% 0.95% -
XYZ 42.82 36.65 88.82 -
YUV 165.86 170.97 128.1 -
System Red Green Blue C M Y K H S L
Decimal 166 151 242 0.31 0.38 0 0.05 249.89 0.78 0.77
Hex A6 97 F2 1F 26 0 5 FA 4E 4D
Octal 246 227 362 37 46 0 5 372 116 115
Binary 10100110 10010111 11110010 11111 100110 0 101 11111010 1001110 1001101

Color Harmonies of #A697F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A697F2

Black with #A697F2

Text Example


Text Example

White with #A697F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A697F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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