Html Css Color HEX #A692F7 Biloba Flower

📋 copy color: '#A692F7'

red 166 ◦ green 146 ◦ blue 247

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

Shades of Biloba Flower #A692F7

Tints of Biloba Flower #A692F7

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.12%

 BLUE value IS 247 (96.88% from 255) = 44.19%

R = 29.7%
G = 26.12%
B = 44.19%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A692F7 (or 0xA692F7) is known color: Biloba Flower. HEX triplet: A6, 92 and F7. RGB value is (166,146,247). Sum of RGB (Red+Green+Blue) = 166+146+247=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 247 (96.88% from 255 or 44.19% from 559); Max value from RGB is 247 - color contains mainly: blue. Hex color #A692F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A692F7 is #596D08. Grayscale: #A3A3A3. Windows color (decimal): -5860617 or 16224934. OLE color: 16224934.

HSL color Cylindrical-coordinate representation of color #A692F7: hue angle of 251.88º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A692F7 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 166 146 247 -
CMYK 0.33 0.41 0 0.03
HSL 251.88º 0.86% 0.77% -
HSV(B) 251.88º 0.41% 0.97% -
XYZ 42.79 35.38 92.57 -
YUV 163.49 175.13 129.79 -
System Red Green Blue C M Y K H S L
Decimal 166 146 247 0.33 0.41 0 0.03 251.88 0.86 0.77
Hex A6 92 F7 21 29 0 3 FC 56 4D
Octal 246 222 367 41 51 0 3 374 126 115
Binary 10100110 10010010 11110111 100001 101001 0 11 11111100 1010110 1001101

Color Harmonies of #A692F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A692F7

Black with #A692F7

Text Example


Text Example

White with #A692F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A692F7; }

 p { color: rgb(166,146,247); }

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

background-color css

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

 a { background-color: rgb(166,146,247); }

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

border-color css

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

 span { border-color: rgb(166,146,247); }

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